Name

NSObjCTypeSerializationCallBack — Mac OS X 10.0

Synopsis

This protocol is adopted by classes that wish to intervene in serialization and deserialization operations. It is obsolete and has been deprecated.

@protocol NSObjCTypeSerializationCallBack
                                  // Instance Methods
   - (void)serializeObjectAt:(id *)object 
                                 ofObjCType:(const char *)type 
                                 intoData:(NSMutableData *)data;
   - (void)deserializeObjectAt:(id *)object 
                                 ofObjCType:(const char *)type 
                                 fromData:(NSData *)data
                                 atCursor:(unsigned *)cursor;
@end

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.