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
xamarinwatchos
namespace Foundation
{
[Register("NSKeyedArchiver", true)]
public class NSKeyedArchiver : NSCoder
{
[BindingImpl(BindingImplOptions.GeneratedCode | BindingImplOptions.Optimizable)]
[Deprecated(PlatformName.TvOS, 12, 0, PlatformArchitecture.None, "Use 'NSKeyedArchiver (bool)' instead.")]
[Deprecated(PlatformName.WatchOS, 5, 0, PlatformArchitecture.None, "Use 'NSKeyedArchiver (bool)' instead.")]
[Deprecated(PlatformName.iOS, 12, 0, PlatformArchitecture.None, "Use 'NSKeyedArchiver (bool)' instead.")]
[Deprecated(PlatformName.MacOSX, 10, 14, PlatformArchitecture.None, "Use 'NSKeyedArchiver (bool)' instead.")]
[Export("init")]
[Introduced(PlatformName.iOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.TvOS, 10, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.WatchOS, 3, 0, PlatformArchitecture.All, null)]
[Introduced(PlatformName.MacOSX, 10, 12, PlatformArchitecture.All, null)]
public NSKeyedArchiver();
}
}
.NET | 6.07.08.09.0 |
---|---|
Information specific to xamarinwatchos | |
Assembly | Xamarin.WatchOS , 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