Contents

encodeNXObject:

Encodes an old-style object onto the coder.

Declaration

- (void) encodeNXObject:(id) object;

Discussion

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

See Also

Encoding General Data