NSKeyedUnarchiverDelegate.CannotDecodeClass Method

Definition

[Foundation.Export("unarchiver:cannotDecodeObjectOfClassName:originalClasses:")]
public virtual ObjCRuntime.Class CannotDecodeClass (Foundation.NSKeyedUnarchiver unarchiver, string klass, string[] classes);
abstract member CannotDecodeClass : Foundation.NSKeyedUnarchiver * string * string[] -> ObjCRuntime.Class
override this.CannotDecodeClass : Foundation.NSKeyedUnarchiver * string * string[] -> ObjCRuntime.Class

Parameters

unarchiver
NSKeyedUnarchiver
klass
String
classes
String[]

Returns

Attributes

Applies to