Implements MsgPack serializer.
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.
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004