IXmlSerializable Methods
.NET Framework (current version)
Namespace:
System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
| Name | Description | |
|---|---|---|
![]() | GetSchema() | 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 XmlSchemaProviderAttribute to the class. |
![]() | ReadXml(XmlReader^) | Generates an object from its XML representation. |
![]() | WriteXml(XmlWriter^) | Converts an object into its XML representation. |
Show:
