salt.serializers.msgpack
salt.serializers.msgpack
Implements MsgPack serializer.
-
Deserialize any string of stream like object into a Python data structure.
- Parameters
-
stream_or_string -- stream or string to deserialize.
options -- options given to lower msgpack module.
salt.serializers.msgpack.deserialize(stream_or_string, **options)
-
Serialize Python data to MsgPack.
- Parameters
-
obj -- the data structure to serialize
options -- options given to lower msgpack module.
salt.serializers.msgpack.serialize(obj, **options)
© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/serializers/all/salt.serializers.msgpack.html