Foundation.NSJsonSerialization: Method Members

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

See Also: Inherited members from Foundation.NSObject

Public Methods

static
Deserialize(NSData, NSJsonReadingOptions, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
Deserialize(NSInputStream, NSJsonReadingOptions, out NSError) : NSObject
Documentation for this section has not yet been entered.
static
IsValidJSONObject(NSObject) : bool
Documentation for this section has not yet been entered.
static
Serialize(NSObject, NSJsonWritingOptions, out NSError) : NSData
Documentation for this section has not yet been entered.
static
Serialize(NSObject, NSOutputStream, NSJsonWritingOptions, out NSError) : nint
Documentation for this section has not yet been entered.