A method identified as deprecated has been superseded and may become unsupported in the future.
Decodes an object previously written with encodeNXObject:
. (Deprecated in Mac OS X v10.5.)
- (id)decodeNXObject
No sharing is done across separate decodeNXObject
invocations. Callers must have implemented an initWithCoder:
, which parallels the read:
methods, on all of their classes that may be touched by this operation. The returned object is autoreleased.
NSCoder.h
Encodes an old-style object onto the coder. (Deprecated in Mac OS X v10.5.)
- (void)encodeNXObject:(id)object
No sharing is done across separate encodeNXObject:
invocations. Callers must have implemented an encodeWithCoder:
, which parallels the write:
methods, on all of their classes that may be touched by this operation.
NSCoder.h
© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-07-23)