Share via


NSPropertyListFormat Enum

Definition

The format to use during serialization using NSKeyedArchiver.

[ObjCRuntime.Native]
public enum NSPropertyListFormat
[<ObjCRuntime.Native>]
type NSPropertyListFormat = 
Inheritance
NSPropertyListFormat
Attributes

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.

Applies to