Name

NSDeserializer — Mac OS X 10.0

Synopsis

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.

image with no caption

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

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.