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
static | Deserialize(NSData, NSJsonReadingOptions, out NSError)Documentation for this section has not yet been entered. | |
static | Deserialize(NSInputStream, NSJsonReadingOptions, out NSError)Documentation for this section has not yet been entered. | |
static | IsValidJSONObject(NSObject)Documentation for this section has not yet been entered. | |
static | Serialize(NSObject, NSJsonWritingOptions, out NSError)Documentation for this section has not yet been entered. | |
static | Serialize(NSObject, NSOutputStream, NSJsonWritingOptions, out NSError)Documentation for this section has not yet been entered. | |