< Previous PageNext Page > Hide TOC

Deprecated NSObjCTypeSerializationCallBack Methods

A method identified as deprecated has been superseded and may become unsupported in the future.

Deprecated in Mac OS X v10.2

deserializeObjectAt:ofObjCType:fromData:atCursor:

Decodes the referenced object object (which should always be of type “@”) located at the cursor position in the data object. (Deprecated in Mac OS X v10.2.)

- (void)deserializeObjectAt:(id *)object ofObjCType:(const char *)type fromData:(NSData *)data atCursor:(unsigned *)cursor

Discussion

The decoded object is not autoreleased.

Availability
See Also
Declared In
NSSerialization.h

serializeObjectAt:ofObjCType:intoData:

Encodes the referenced object object (which should always be of type “@”) in the data object. (Deprecated in Mac OS X v10.2.)

- (void)serializeObjectAt:(id *)object ofObjCType:(const char *)type intoData:(NSMutableData *)data

Availability
See Also
Declared In
NSSerialization.h

< Previous PageNext Page > Hide TOC


© 2006 Apple Computer, Inc. All Rights Reserved. (Last updated: 2006-05-23)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.