[Previous]
[Up]
[Next]
NSDeserializer
Authors
- Richard Frith-Macdonald
-
Version: 0.1
Date: 28 February, 2000
Declared in: Foundation/NSSerialization.h
Inherits from: NSObject
Conforms to: NSObject
+ (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