ElementTreeReader
is the standard implementation of an element tree serialization reader. Subclasses of this reader read can handle current and various known old formats of a saved element tree, and dispatch internally to an appropriate reader.
The reader has an IElementInfoFactory
, which it consults for the schema and for creating and reading element infos.
Element tree readers are thread-safe; several threads may share a single reader provided, of course, that the IElementInfoFactory
is thread-safe.
|
|
|
|