NSPropertyListFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The format to use during serialization using NSKeyedArchiver.
public enum NSPropertyListFormat
type NSPropertyListFormat =
- Inheritance
-
NSPropertyListFormat
Fields
Name | Value | Description |
---|---|---|
OpenStep | 1 | Store in the old OpenStep format. |
Xml | 100 | Store in XML format. |
Binary | 200 | Store in the binary file format. |