Implements TOML serializer.
It's just a wrapper around the python toml module.
Raised when stream of string failed to be deserialized
Raised when stream of string failed to be serialized
Deserialize from TOML into Python data structure.
stream_or_string -- toml stream or string to deserialize.
options -- options given to the python toml module.
Serialize Python data to TOML.
obj -- the data structure to serialize.
options -- options given to the python toml module.