Table of Contents

Class XmlConverter<T>

Namespace
Cuemon.Xml.Serialization.Converters
Assembly
Cuemon.Xml.dll

Converts an object to or from XML.

public abstract class XmlConverter<T> : XmlConverter where T : class

Type Parameters

T
Converts an object to or from XML.
Inheritance
Object
XmlConverter<T>
Derived
Inherited Members

Constructors

XmlConverter()

Initializes a new instance of the XmlConverter<T> class.

protected XmlConverter()

Methods

CanConvert(Type)

Determines whether this instance can convert the specified object type.

public override bool CanConvert(Type objectType)

Parameters

objectType Type

The System.Type of the object.

Returns

Boolean

true if this instance can convert the specified object type; otherwise, false.