Pealist (pealist v0.2.1)

View Source

The entry point for reading plist data.

Summary

Functions

Parse the data provided as an XML or binary format plist, depending on the header.

Encode the data provided as an XML format plist.

Types

result()

@type result() :: any()

Functions

decode(data)

@spec decode(String.t()) :: result()

Parse the data provided as an XML or binary format plist, depending on the header.

encode(data)

@spec encode(term()) :: String.t()

Encode the data provided as an XML format plist.