[Previous] [Up] [Next]

NSDeserializer

Authors

Richard Frith-Macdonald

Version: $Revision$

Date: $Date$

NSDeserializer

NSDeserializer

Declared in: Foundation/NSSerialization.h

Inherits from: NSObject

Conforms to: NSObject


Instance Variables

Methods


Class Methods

deserializePropertyListFromData:atCursor:mutableContainers:

+ (id) deserializePropertyListFromData: (NSData*)data atCursor: (unsigned int*)cursor mutableContainers: (BOOL)mutable;

deserializePropertyListFromData:mutableContainers:

+ (id) deserializePropertyListFromData: (NSData*)serialization mutableContainers: (BOOL)mutable;

deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:

+ (id) deserializePropertyListLazilyFromData: (NSData*)data atCursor: (unsigned int*)cursor length: (unsigned int)length mutableContainers: (BOOL)mutable;

uniquing:

+ (void) uniquing: (BOOL)flag;
Standards: GNUstep NotOpenStep NotMacOS-X
This method turns on/off uniquing of strings as they are deserialized from data objects. The uniquing mechanism employs the GNUstep-specific functions documented with the NSCountedSet class.