Foundation.NSJsonSerialization Members

The members of Foundation.NSJsonSerialization are listed below.

See Also: Inherited members from Foundation.NSObject

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

[read-only]
override
ClassHandleIntPtr. The handle for this class.

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.