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.
| 参数: |
|
|---|
salt.serializers.configparser.serialize(obj, **options)¶Serialize Python data to a configparser formatted string or file.
| 参数: |
|
|---|