Added in version 2016.3.0.
Implements a configparser serializer.
Deserialize any string or stream like object into a Python data structure.
stream_or_string -- stream or string to deserialize.
options -- options given to lower configparser module.
Serialize Python data to a configparser formatted string or file.
obj -- the data structure to serialize
options -- options given to lower configparser module.