Authors
- David Chisnall
-
- Declared in:
- ETDeserializerBackendBinary.h
- Conforms to:
- ETDeserializerBackend
A simple deserializer back end loading data from a binary
file. The structure of this file is based loosely on
the runtime type information provided by the GNU
Objective-C runtime.
Instance Variables
Instance Variables for ETDeserializerBackendBinary Class
@protected NSString* branch;
The name of the current branch.
@protected NSData* data;
The data from which to load the file.
@protected ETDeserializer* deserializer;
Deserializer to use for reconstructing
objects.
@protected NSMapTable* index;
A mapping from object references to offsets within the
file.
@protected CORef principalObjectRef;
Reference to the principle object in this graph.
@protected NSMapTable* refCounts;
Reference counts for stored objects.
@protected id store;
The data store