Show / Hide Table of Contents

Namespace ExtendedXmlSerializer.ContentModel.Format

Interfaces

IFormat

Base container that holds identities and the native root objects (e.g. System.Xml.XmlReader, or System.Xml.XmlWriter) during deserialization or serialization.

IFormatReader

Root-level reader object used during deserialization.

IFormatReaders

For extension authors. Specialized selector to retrieve an IFormatReader for each deserialization operation.

IFormatWriter

Root-level writer object used during serialization.

IFormatWriters

For extension authors. Specialized selector to retrieve an IFormatWriter for each serialization operation.

Back to top Generated by DocFX