New in version 3001.
Implements plist serializer.
Wrapper around plistlib.
salt.serializers.plist.deserialize(stream_or_string, **options)¶Deserialize any string or stream like object into a Python data structure.
| Parameters: |
|
|---|---|
| Returns: | Deserialized data structure. |
salt.serializers.plist.serialize(value, **options)¶Serialize Python data to plist. To create a binary plist pass
fmt: FMT_BINARY as an option.
| Parameters: |
|
|---|---|
| Returns: | bytes of serialized plist. |
Docs for previous releases are available on readthedocs.org.
Latest Salt release: 3004.1