NSKeyedArchiver
NSKeyedArchiver()
NSKeyedArchiver(Boolean)
NSKeyedArchiver(IntPtr)
NSKeyedArchiver(NativeHandle)
NSKeyedArchiver(NSMutableData)
NSKeyedArchiver(NSObjectFlag)
ClassHandle
Delegate
EncodedData
PropertyListFormat
RequiresSecureCoding
RootObjectKey
WeakDelegate
WillEncode
ArchivedDataWithRootObject(NSObject)
ArchivedDataWithRootObject(NSObject, Boolean, NSError)
ArchiveRootObjectToFile(NSObject, String)
Dispose(Boolean)
FinishEncoding()
GetArchivedData(NSObject)
GetArchivedData(NSObject, Boolean, NSError)
GetClassName(Class)
GetRequiresSecureCoding()
GlobalGetClassName(Class)
GlobalSetClassName(String, Class)
SetClassName(String, Class)
SetRequiresSecureCoding(Boolean)
EncodedObject
Finished
Finishing
ReplacingObject
xamarinios
namespace Foundation
{
[Register("NSKeyedArchiver", true)]
public class NSKeyedArchiver : NSCoder
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Export("archivedDataWithRootObject:requiringSecureCoding:error:")]
[Introduced(PlatformName.WatchOS, 4, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 11, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 13, PlatformArchitecture.All, null)]
[Introduced(PlatformName.iOS, 11, 0, PlatformArchitecture.All, null)]
public static NSData? ArchivedDataWithRootObject(NSObject! object, bool requiresSecureCoding, out NSError? error);
}
}
Xamarin iOS | 0.0 |
---|---|
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Xamarin watchOS | 0.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