XElement.IXmlSerializable.ReadXml Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Generates an object from its XML representation.
Namespace: System.Xml.Linq
Assembly: System.Xml.Linq (in System.Xml.Linq.dll)
Syntax
Private Sub ReadXml ( _
reader As XmlReader _
) Implements IXmlSerializable.ReadXml
void IXmlSerializable.ReadXml(
XmlReader reader
)
Parameters
- reader
Type: System.Xml..::.XmlReader
The XmlReader from which the object is deserialized.
Implements
IXmlSerializable..::.ReadXml(XmlReader)
Remarks
This method is part of implementation of the IXmlSerializable interface.
This method is used internally for serializing object graphs that contain LINQ to XML objects.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone