Implements MsgPack serializer.
Raised when stream of string failed to be deserialized
Raised when stream of string failed to be serialized
Deserialize any string of stream like object into a Python data structure.
stream_or_string -- stream or string to deserialize.
options -- options given to lower msgpack module.
Serialize Python data to MsgPack.
obj -- the data structure to serialize
options -- options given to lower msgpack module.