Table of Contents

Class XmlFormat<T, S>

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

Xml format serialization.

public class XmlFormat<T, S> : XmlFormat where T : class, new() where S : XmlFormat<T, S>.Schema, new()

Type Parameters

T
S
Inheritance
XmlFormat<T, S>
Inherited Members
Extension Methods

Constructors

XmlFormat()

Default Ctor.

public XmlFormat()

Remarks

This ctor is to be used if no XmlSerializerOptions<T> are registered with any DI service provider.

XmlFormat(XmlSerializerOptions<T>)

Ctor from options.

public XmlFormat(XmlSerializerOptions<T> options)

Parameters

options XmlSerializerOptions<T>