Contents

decodeNXObject

Decodes an object previously written with Encodenxobject:.

Declaration

- (id) decodeNXObject;

Discussion

No sharing is done across separate decodeNXObject invocations. Callers must have implemented an init(coder:), which parallels the read: methods, on all of their classes that may be touched by this operation.

See Also

Decoding General Data