XmlSerializationReaderReadSerializable Method (IXmlSerializable) |
Populates an object from its XML representation at the current location of
the System.Xml.XmlReader.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax protected IXmlSerializable ReadSerializable(
IXmlSerializable serializable
)
Parameters
- serializable
- Type: System.Xml.SerializationIXmlSerializable
An System.Xml.Serialization.IXmlSerializable that corresponds to the current
position of the System.Xml.XmlReader.
Return Value
Type:
IXmlSerializable
An object that implements the System.Xml.Serialization.IXmlSerializable interface
with its members populated from the location of the System.Xml.XmlReader.
See Also