System.Xml.Serialization.XmlSerializerImplementation Class

Defines the reader, writer, and methods for pre-generated, typed serializers.

See Also: XmlSerializerImplementation Members

Syntax

public abstract class XmlSerializerImplementation

Remarks

To improve the performance of XML serialization, you can generate assemblies before serialization using the XML Serializer Generator Tool (Sgen.exe). When such an assembly is loaded, the System.Xml.Serialization.XmlSerializer uses the properties of the System.Xml.Serialization.XmlSerializerImplementation interface to query the contained serializer or serializers.

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