Authors
- David Chisnall
-
- Declared in:
- ETSerializerBackendBinary.h
- Conforms to:
- ETSerializerBackend
Simple serializer which stores data in a binary file
using a type encoding based on the GNU Objective-C
runtime's format. Note that this backend currently
only supports writing to file URLs.
Instance Variables
Instance Variables for ETSerializerBackendBinary Class
@protected NSMapTable* offsets;
A mapping from object references to offsets within the
serialized file
@protected NSMapTable* refCounts;
A mapping from objects to their reference count.
@protected id store;
The store to which the binary data is written.