May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSDeserializer — Mac OS X 10.0
This class provides an interface to objects that convert property
list-formatted data into a structure of property list objects in memory.
Note that this class has been deprecated and clients should instead
use the class NSPropertyListSerialization.
|
|
@interface NSDeserializer : NSObject
|
// Class Methods
|
+ (id)deserializePropertyListFromData:(NSData *)data atCursor:(unsigned *)cursor mutableContainers:(BOOL)mut; |
+ (id)deserializePropertyListFromData:(NSData *)serialization mutableContainers:(BOOL)mut; |
+ (id)deserializePropertyListLazilyFromData:(NSData *)data atCursor:(unsigned *)cursor length:(unsigned)length mutableContainers:(BOOL)mut; |
Read now
Unlock full access