IXmlSerializable Interface |
Provides custom formatting for XML serialization and deserialization.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public interface IXmlSerializable
The IXmlSerializable type exposes the following members.
Methods
| Name | Description |
---|
| ReadXml |
Generates an object from its XML representation.
|
TopSee Also