Table of Contents

Class XmlFormat

Namespace
Tlabs.Data.Serialize.Xml
Assembly
Tlabs.Data.dll

Abstract Xml base format.

public abstract class XmlFormat
Inheritance
XmlFormat
Derived
Inherited Members
Extension Methods

Constructors

XmlFormat()

protected XmlFormat()

Fields

DFLTnamespace

public static readonly XmlSerializerNamespaces DFLTnamespace

Field Value

XmlSerializerNamespaces

DFLTwrSettings

public static readonly XmlWriterSettings DFLTwrSettings

Field Value

XmlWriterSettings

log

Logger.

protected static readonly ILogger<XmlFormat> log

Field Value

ILogger<XmlFormat>

ns

Xml serializer namespaces (for writing).

protected XmlSerializerNamespaces ns

Field Value

XmlSerializerNamespaces

rdSettings

Xml reader settings.

protected XmlReaderSettings rdSettings

Field Value

XmlReaderSettings

wrSettings

Xml writer settings.

protected XmlWriterSettings wrSettings

Field Value

XmlWriterSettings