[Previous]
[Up]
[Next]
NSDeserializer
Authors
- Richard Frith-Macdonald
-
Version: $Revision$
Date: $Date$
Declared in: Foundation/NSSerialization.h
Inherits from: NSObject
Conforms to: NSObject
Instance Variables
Methods
Class Methods
+ (id) deserializePropertyListFromData: (NSData*)data atCursor: (unsigned int*)cursor mutableContainers: (BOOL)mutable;
+ (id) deserializePropertyListFromData: (NSData*)serialization mutableContainers: (BOOL)mutable;
+ (id) deserializePropertyListLazilyFromData: (NSData*)data atCursor: (unsigned int*)cursor length: (unsigned int)length mutableContainers: (BOOL)mutable;
+ (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.