This topic has not yet been rated - Rate this topic

XmlObjectSerializer.ReadObject Method (XmlDictionaryReader)

May 02, 2013

Reads the XML document or stream with an XmlDictionaryReader and returns the deserialized object.

Namespace:  System.Runtime.Serialization
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)
public virtual Object ReadObject(
	XmlDictionaryReader reader
)

Parameters

reader
Type: System.Xml.XmlDictionaryReader
An XmlDictionaryReader used to read the XML document.

Return Value

Type: System.Object
The deserialized object.

This method is a virtual method and has a default implementation that creates a dictionary reader to read the underlying stream and deserialize it. The default implementation assumes the stream is text or XML.

Windows Phone OS

Supported in: 8.0, 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.