Simple serializer which stores data in an XML format.
A mapping from objects to their reference count.
store;
The store to which the xml data is written.
@protected ETXMLWriter* writer;
The XML writer to use when generating XML.
@protected BOOL xmlWriterWillStore;
Determines whether the store's
-storeBytes:count:
method is called or the XML writer will handle
storing the data.