MonobjcMonobjc Documented Class Library
UnarchiverDidDecodeObject Event
NamespacesMonobjc.FoundationNSKeyedUnarchiver..::..NSKeyedUnarchiverDelegateEventDispatcherUnarchiverDidDecodeObject

Informs the delegate that a given object has been decoded.

Original signature is '- (id)unarchiver:(NSKeyedUnarchiver *)unarchiver didDecodeObject:(id)object'

Available in Mac OS X v10.2 and later.

Declaration Syntax
Return Value
The object to use in place of object. The delegate can either return object or return a different object to replace the decoded one. If the delegate returns nil, the decoded value will be unchanged (that is, the original object will be decoded).
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)