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.msgpack |
salt.serializers.tomlmod |
|
|
salt.serializers.yaml |
|
salt.serializers.yamlex |