System.Xml.Serialization.XmlSerializationReader.ReadSerializable Method

Populates an object from its XML representation at the current location of the System.Xml.XmlReader.

Syntax

protected IXmlSerializable ReadSerializable (IXmlSerializable serializable)

Parameters

serializable
An System.Xml.Serialization.IXmlSerializable that corresponds to the current position of the System.Xml.XmlReader.

Returns

An object that implements the System.Xml.Serialization.IXmlSerializable interface with its members populated from the location of the System.Xml.XmlReader.

Remarks

The protected members of System.Xml.Serialization.XmlSerializationReader are intended for use only by derived classes that are used internally within the .NET Framework XML serialization infrastructure.

Requirements

Namespace: System.Xml.Serialization
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0