Foundation.NSPropertyListSerialization: Method Members

The methods of Foundation.NSPropertyListSerialization are listed below. For a list of all members, see the NSPropertyListSerialization Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

static
DataWithPropertyList(NSObject, NSPropertyListFormat, NSPropertyListWriteOptions, out NSError) : NSData
Documentation for this section has not yet been entered.
static
IsValidForFormat(NSObject, NSPropertyListFormat) : bool
Documentation for this section has not yet been entered.
static
PropertyListWithData(NSData, NSPropertyListReadOptions, ref NSPropertyListFormat, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
PropertyListWithStream(NSInputStream, NSPropertyListReadOptions, ref NSPropertyListFormat, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
WritePropertyList(NSObject, NSOutputStream, NSPropertyListFormat, NSPropertyListWriteOptions, out NSError) : nint
Documentation for this section has not yet been entered.