Show / Hide Table of Contents

Namespace ExtendedXmlSerializer.ContentModel.Content

Classes

ContentSerializerAttribute

Used to configure a serializer for a type member.

VerbatimAttribute

Configures a type member to wrap its contents in a CDATA container.

Interfaces

IContentReaders

Used by internal infrastructure to create a new content reader from a provided delegate. Not intended to be used for external consumers.

IContents

Root-level component that selects a serializer for handling inner-content when provided a type.

IContentWriters

Used by internal infrastructure to create a new content writer from a provided delegate. Not intended to be used for external consumers.

IElement

Root-level component that, when provided a type, will select a writer used to emit an element tag along with any necessary namespace information or other attributes necessary to support it.

IInnerContent

Used during deserialization to enumerate any inner content an element might have.

ISerializers

A root-level component that will locate and select a serializer when given a provided type.

Back to top Generated by DocFX