Implements MsgPack serializer.
salt.serializers.msgpack.deserialize(stream_or_string, **options)¶Deserialize any string of stream like object into a Python data structure.
| 参数: |
|
|---|
salt.serializers.msgpack.serialize(obj, **options)¶Serialize Python data to MsgPack.
| 参数: |
|
|---|