Namespace ExtendedXmlSerializer.ContentModel
Classes
|
Intended to be a container of commonly-used or shared values used throughout the containing namespace of this class. |
|
A specialized implementation of ISerializers for runtime selection of a serializer when no other serializers can be located. |
Interfaces
|
A generalized implementation of IReader<T> |
|
Used during deserialization to materialize an object of the given type by the provided format reader. |
|
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. |
|
A generalized implementation of ISerializer<T> |
|
A root-level object that combines the IReader<T> and IWriter<T> for deserialization and serialization, respectively. |
|
A generalized implementation of IWriter<T>. |
|
Used during serialization to emit the provided instance (and its contents, if necessary) to the provided writer. |