System.Xml.Serialization.IXmlSerializable: Method Members

The methods of System.Xml.Serialization.IXmlSerializable are listed below. For a list of all members, see the IXmlSerializable Members list.

Public Methods

GetSchema() : System.Xml.Schema.XmlSchema

This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the System.Xml.Serialization.XmlSchemaProviderAttribute to the class.

ReadXml(System.Xml.XmlReader)

Generates an object from its XML representation.

WriteXml(System.Xml.XmlWriter)

Converts an object into its XML representation.