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
encodeArray(ofObjCType:count:at:)encode(_:forKey:)encodeBycopyObject(_:)encodeByrefObject(_:)encodeBytes(_:length:)encodeBytes(_:length:forKey:)encodeConditionalObject(_:)encodeConditionalObject(_:forKey:)encode(_:)encode(_:forKey:)encode(_:forKey:)encodeCInt(_:forKey:)encode(_:forKey:)encode(_:forKey:)encode(_:forKey:)