Click or drag to resize
IXmlSerializable Interface
Provides custom formatting for XML serialization and deserialization.

Namespace: System.Xml.Serialization
Assembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax
C#
public interface IXmlSerializable

The IXmlSerializable type exposes the following members.

Methods
  NameDescription
Public methodReadXml
Generates an object from its XML representation.
Top
See Also