New in version 2016.3.0.
Implements a configparser serializer.
salt.serializers.configparser.deserialize(stream_or_string, **options)¶Deserialize any string or stream like object into a Python data structure.
| Parameters: |
|
|---|
salt.serializers.configparser.serialize(obj, **options)¶Serialize Python data to a configparser formatted string or file.
| Parameters: |
|
|---|
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 2018.3.3