DekGenius.com
[ Team LiB ] Previous Section Next Section

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.

figs/cocn_1329.gif

@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;

    [ Team LiB ] Previous Section Next Section