ETSerializerBackendXML class documentation

Authors

David Chisnall

Software documentation for the ETSerializerBackendXML class

ETSerializerBackendXML : NSObject

Declared in:
ETSerializerBackendXML.h
Conforms to:
ETSerializerBackend
Simple serializer which stores data in an XML format.

Instance Variables

Method summary

setShouldIndent: 

- (void) setShouldIndent: (BOOL)aFlag;
Description forthcoming.



Instance Variables for ETSerializerBackendXML Class

refCounts

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

store

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

writer

@protected ETXMLWriter* writer;
The XML writer to use when generating XML.

xmlWriterWillStore

@protected BOOL xmlWriterWillStore;
Determines whether the store's -storeBytes:count: method is called or the XML writer will handle storing the data.