XmlSerializerDeserialize Method (XmlReader) |
Deserializes the XML document contained by the specified System.xml.XmlReader.
Namespace: System.Xml.SerializationAssembly: CSharpXamlForHtml5.System.Xml.dll (in CSharpXamlForHtml5.System.Xml.dll.dll) Version: 1.0.0.0
Syntax public Object Deserialize(
XmlReader xmlReader
)
Parameters
- xmlReader
- Type: System.XmlXmlReader
The System.xml.XmlReader that contains the XML document to deserialize.
Return Value
Type:
ObjectThe System.Object being deserialized.
See Also