Show / Hide Table of Contents

Namespace ExtendedXmlSerializer.ContentModel

Classes

Defaults

Intended to be a container of commonly-used or shared values used throughout the containing namespace of this class.

RuntimeSerializers

A specialized implementation of ISerializers for runtime selection of a serializer when no other serializers can be located.

Interfaces

IReader

A generalized implementation of IReader<T>

IReader<T>

Used during deserialization to materialize an object of the given type by the provided format reader.

IRuntimeSerialization

A specialized IContents that is used during runtime when no serializer can be located for a provided type.

IRuntimeSerializationExceptionMessage

Used during runtime serialization to retrieve the message displayed when an exception is encountered during deserialization.

ISerializer

A generalized implementation of ISerializer<T>

ISerializer<T>

A root-level object that combines the IReader<T> and IWriter<T> for deserialization and serialization, respectively.

IWriter

A generalized implementation of IWriter<T>.

IWriter<T>

Used during serialization to emit the provided instance (and its contents, if necessary) to the provided writer.

Back to top Generated by DocFX