NSJsonSerialization.Serialize Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Serialize(NSObject, NSJsonWritingOptions, NSError) | |
Serialize(NSObject, NSOutputStream, NSJsonWritingOptions, NSError) |
Serialize(NSObject, NSJsonWritingOptions, NSError)
[Foundation.Export("dataWithJSONObject:options:error:")]
public static Foundation.NSData Serialize (Foundation.NSObject obj, Foundation.NSJsonWritingOptions opt, out Foundation.NSError error);
static member Serialize : Foundation.NSObject * Foundation.NSJsonWritingOptions * -> Foundation.NSData
Parameters
- obj
- NSObject
- error
- NSError
Returns
- Attributes
Applies to
Serialize(NSObject, NSOutputStream, NSJsonWritingOptions, NSError)
[Foundation.Export("writeJSONObject:toStream:options:error:")]
public static nint Serialize (Foundation.NSObject obj, Foundation.NSOutputStream stream, Foundation.NSJsonWritingOptions opt, out Foundation.NSError error);
static member Serialize : Foundation.NSObject * Foundation.NSOutputStream * Foundation.NSJsonWritingOptions * -> nint
Parameters
- obj
- NSObject
- stream
- NSOutputStream
- error
- NSError
Returns
System.System.IntPtr
System.nativeint
- Attributes