New in version 2016.3.0.
Implements a Python serializer (via pprint.format)
Serialize Python data to a Python string representation (via pprint.format)
obj -- the data structure to serialize
options -- options given to pprint.format
DeserializationError
SerializationError
serialize()