%PDF- %PDF-
| Direktori : /proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/serializers/ |
| Current File : //proc/thread-self/root/proc/self/root/lib/python2.7/site-packages/salt/serializers/__init__.pyc |
�
���^c @@ sn d Z d d l m Z m Z m Z d d l m Z m Z d e e f d � � YZ d e e f d � � YZ
d S( u�
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.)
i ( t absolute_importt print_functiont unicode_literals( t
SaltExceptiont SaltRenderErrort DeserializationErrorc B@ s e Z d Z RS( u6 Raised when stream of string failed to be deserialized( t __name__t
__module__t __doc__( ( ( s= /usr/lib/python2.7/site-packages/salt/serializers/__init__.pyR s t SerializationErrorc B@ s e Z d Z RS( u4 Raised when stream of string failed to be serialized( R R R ( ( ( s= /usr/lib/python2.7/site-packages/salt/serializers/__init__.pyR s N( R t
__future__R R R t salt.exceptionsR R t RuntimeErrorR R ( ( ( s= /usr/lib/python2.7/site-packages/salt/serializers/__init__.pyt <module> s