Show / Hide Table of Contents

Namespace ExtendedXmlSerializer

Classes

DecoratedSerializer

Convenience class to decorate an existing serializer, usually used for construction.

ExtensionMethods

General-purpose extension methods.

ExtensionMethodsForAlteration

Extension methods that assist or enable functionality for altering content produced (or read in) by the container, its types, and/or its type's members.

ExtensionMethodsForAttachedProperties

Extension methods that assist or enable functionality found within the extension model namespace for attached properties (ExtendedXmlSerializer.ExtensionModel.AttachedProperties).

ExtensionMethodsForClassicSerialization

Extension methods that assist or enable functionality found within the extension model namespace for classic serialization (ExtendedXmlSerializer.ExtensionModel.Xml.Classic).

ExtensionMethodsForConfiguration

Extension methods that assist or enable functionality found within the configuration namespace ( ExtendedXmlSerializer.Configuration).

ExtensionMethodsForContent

Extension methods that assist or enable functionality found within the content model's content namespace ( ExtendedXmlSerializer.ContentModel.Content).

ExtensionMethodsForContentModel

Extension methods that assist or enable functionality found within the content model namespace ( ExtendedXmlSerializer.ContentModel).

ExtensionMethodsForCoreSources

Extension methods that assist or enable functionality found within the namespace for sources ( ExtendedXmlSerializer.Core.Sources). This is considered internal code and while publicly exposed, is not supported. Feel free to knock yourself out with it if you think you can figure it out, however. 😆

ExtensionMethodsForCoreSpecifications

Extension methods that assist or enable functionality found within the namespace for specifications ( ExtendedXmlSerializer.Core.Sources). This is considered internal code and while publicly exposed, is not supported. Feel free to knock yourself out with it if you think you can figure it out, however. 😆

ExtensionMethodsForEncryption

Extension methods that assist or enable functionality found within the extension model namespace for encryption (ExtendedXmlSerializer.ExtensionModel.Encryption).

ExtensionMethodsForExtensionModel

Extension methods that assist or enable functionality found within the extension model namespace ( ExtendedXmlSerializer.ExtensionModel).

ExtensionMethodsForImplicitTyping

A set of extension methods that assist in enabling implicit typing for the configuration container.

ExtensionMethodsForLocation

Extension methods used for service location and registration.

ExtensionMethodsForRegistration

A set of extension methods to assist in registration operations for the container, its types, and/or its type's members. Registrations can be serializers or converters to change the default behavior on how these components emit or read in their content.

ExtensionMethodsForSerialization

Extension methods for convenience that assist in simplifying the amount of code required for serializing instances and deserializing document sources.

ExtensionMethodsForXml

Extension methods that assist or enable functionality found within the extension model namespace for xml-specific behaviors (ExtendedXmlSerializer.ExtensionModel.Xml).

Interfaces

IExtendedXmlSerializer

The root Xml serializer component. This is what is created by the configuration container and is used to serialize objects from memory into a destination and deserialize objects into memory from a source.

Back to top Generated by DocFX