Authors
- Generated by builder
-
- Declared in:
- ETDeserializerBackendXML.h
- Conforms to:
- ETDeserializerBackend
Deserializer backend for restoring object graphs
serialized in XML format.
Instance Variables
Method summary
- (char*)
classNameOfPrincipalObject;
Description forthcoming.
- (void)
dealloc;
Description forthcoming.
- (BOOL)
deserializeFromData: (
NSData*)aData;
Description forthcoming.
- (BOOL)
deserializeFromStore: (id)aStore;
Description forthcoming.
- (BOOL)
deserializeObjectWithID: (
CORef)aReference;
Description forthcoming.
- (
CORef)
principalObject;
Description forthcoming.
- (BOOL)
setBranch: (
NSString*)aBranch;
Description forthcoming.
- (void)
setDeserializer: (id)aDeserializer;
Description forthcoming.
- (void)
setPrincipalObjectClass: (
NSString*)className;
Description forthcoming.
- (void)
setPrincipalObjectRef: (
CORef)aRef;
Description forthcoming.
- (int)
setVersion: (int)aVersion;
Description forthcoming.
Instance Variables for ETDeserializerBackendXML Class
@protected NSString* branch;
The name of the current branch.
@protected NSData* buffer;
The XML data to parse when the parser next runs.
@protected ETDeserializer* deserializer;
Deserializer to use for reconstructing
objects.
@protected Class principalObjectClass;
The class of the principal object.
@protected CORef principalObjectRef;
The principal object of the stored object graph.
@protected id store;
The data store