| Class | Description |
|---|---|
| PropertyListParser |
Parses a property list to a tree consisting of
NSObjects |
| PropertyListWriter |
Serializes a tree consisting of
NSObjects to a property list. |
| Enum | Description |
|---|---|
| PropertyListFormat |
This ENUM represents the different property list formats.
|
| Exception | Description |
|---|---|
| CompoundPropertyListException |
If multiple operations with a Property List failed,
all exceptions that occurred can be packed inside this one exception.
|
| PropertyListException |
Exception which indicates that something went wrong while parsing a property list
|