ETSerializerBackendBinary class documentation

Authors

David Chisnall

Software documentation for the ETSerializerBackendBinary class

ETSerializerBackendBinary : NSObject

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

offsets

@protected NSMapTable* offsets;
A mapping from object references to offsets within the serialized file

refCounts

@protected NSMapTable* refCounts;
A mapping from objects to their reference count.

store

@protected id store;
The store to which the binary data is written.