Authors
- David Chisnall
-
- Declared in:
- ETSerializerBackendExample.h
- Conforms to:
- ETSerializerBackend
A simple example back end which writes objects in a
human-readable format with C-like syntax. This
backend writes to the standard output if the URL
specified at creation is nil
. It is
used for debugging the serializer and as an example for
writing more complex backends.
Instance Variables
Instance Variables for ETSerializerBackendExample Class
@protected unsigned int indent;
Current indent level.
@protected NSMutableDictionary* referenceCounts;
Reference counts of written objects.
@protected id store;
Description forthcoming.
@protected int version;
Version of object graph.