File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/serializers/__init__.py
Back
""" salt.serializers ~~~~~~~~~~~~~~~~~~~~~~ This module implements all the serializers needed by salt. Each serializer offers the same functions and attributes: :deserialize: function for deserializing string or stream :serialize: function for serializing a Python object :available: flag that tells if the serializer is available (all dependencies are met etc.) """ from salt.exceptions import SaltException, SaltRenderError class DeserializationError(SaltRenderError, RuntimeError): """Raised when stream of string failed to be deserialized""" class SerializationError(SaltException, RuntimeError): """Raised when stream of string failed to be serialized"""
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings