DataContractSerializer.ReadObject Method (XmlReader)
.NET Framework 3.0
Reads the XML stream with an XmlReader and returns the deserialized object.
Namespace: System.Runtime.Serialization
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
Assembly: System.Runtime.Serialization (in system.runtime.serialization.dll)
public Object ReadObject ( XmlReader reader )
public override function ReadObject ( reader : XmlReader ) : Object
Not applicable.
Parameters
- reader
The XmlReader used to read the XML stream.
Return Value
The deserialized object.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.