NSJsonSerialization
NSJsonSerialization(IntPtr)
NSJsonSerialization(NativeHandle)
NSJsonSerialization(NSObjectFlag)
ClassHandle
Deserialize(NSData, NSJsonReadingOptions, NSError)
Deserialize(NSInputStream, NSJsonReadingOptions, NSError)
IsValidJSONObject(NSObject)
Serialize(NSObject, NSJsonWritingOptions, NSError)
Serialize(NSObject, NSOutputStream, NSJsonWritingOptions, NSError)
xamarinios
namespace Foundation
{
[Register("NSJSONSerialization", true)]
public class NSJsonSerialization : NSObject
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("dataWithJSONObject:options:error:")]
public static NSData! Serialize(NSObject! obj, NSJsonWritingOptions opt, out NSError! error);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 6.07.08.09.0 |
Information specific to xamarinios | |
Assembly | Xamarin.iOS , Version=0.0.0.0, PublicKeyToken=84e04ff9cfb79065 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API