This topic has not yet been rated - Rate this topic

IXmlSerializable Methods

The IXmlSerializable type exposes the following members.

  NameDescription
Public method 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.
Public method ReadXml Generates an object from its XML representation.
Public method WriteXml Converts an object into its XML representation.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.