XmlSerializationReader::ReadSerializable Method (IXmlSerializable^)
This API supports the product infrastructure and is not intended to be used directly from your code.
Populates an object from its XML representation at the current location of the XmlReader.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- serializable
-
Type:
System.Xml.Serialization::IXmlSerializable^
An IXmlSerializable that corresponds to the current position of the XmlReader.
Return Value
Type: System.Xml.Serialization::IXmlSerializable^An object that implements the IXmlSerializable interface with its members populated from the location of the XmlReader.
The protected members of XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.
Available since 1.1
Silverlight
Available since 2.0