This module implements all the serializers needed by salt. Each serializer offers the same functions and attributes:
function for deserializing string or stream
function for serializing a Python object
flag that tells if the serializer is available (all dependencies are met etc.)
Raised when stream of string failed to be deserialized
Raised when stream of string failed to be serialized
salt.serializers.configparser |
|
salt.serializers.json |
|
salt.serializers.keyvalue Added in version 3006.0. |
|
salt.serializers.msgpack |
|
salt.serializers.plist Added in version 3001. |
|
salt.serializers.python |
|
salt.serializers.tomlmod |
|
|
salt.serializers.yaml |
|
salt.serializers.yamlex |