System.Xml.Serialization.XmlSerializerFactory.CreateSerializer Method

Returns a derivation of the System.Xml.Serialization.XmlSerializerFactory class using an object that maps one type to another.

Syntax

public XmlSerializer CreateSerializer (XmlTypeMapping xmlTypeMapping)

Parameters

xmlTypeMapping
An System.Xml.Serialization.XmlTypeMapping that maps one type to another.

Returns

A derivation of the System.Xml.Serialization.XmlSerializer class that is specifically created to serialize the mapped type.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0