salt.serializers.python
Implements a Python serializer (via pprint.format)
-
salt.serializers.python.
serialize
(obj, **options)
Serialize Python data to a Python string representation (via pprint.format)
Parameters: |
- obj -- the data structure to serialize
- options -- options given to pprint.format
|