MonoMac.Foundation.NSJsonSerialization Members

The members of MonoMac.Foundation.NSJsonSerialization are listed below.

See Also: Inherited members from MonoMac.Foundation.NSObject

Public Constructors

A constructor that initializes the object from the data stored in the unarchiver object.
Constructor to call on derived classes when the derived class has an [Export] constructor.
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, 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) : int
Documentation for this section has not yet been entered.