ETSerializerBackendExample class documentation

Authors

David Chisnall

Software documentation for the ETSerializerBackendExample class

ETSerializerBackendExample : NSObject

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

indent

@protected unsigned int indent;
Current indent level.

referenceCounts

@protected NSMutableDictionary* referenceCounts;
Reference counts of written objects.

store

@protected id store;
Description forthcoming.

version

@protected int version;
Version of object graph.