Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataContractJsonSerializer::ReadObject Method (XmlDictionaryReader^)

 

Reads the XML document mapped from JSON (JavaScript Object Notation) with an XmlDictionaryReader and returns the deserialized object.

Namespace:   System.Runtime.Serialization.Json
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

public:
virtual Object^ ReadObject(
	XmlDictionaryReader^ reader
) override

Parameters

reader
Type: System.Xml::XmlDictionaryReader^

An XmlDictionaryReader used to read the XML document mapped from JSON.

Return Value

Type: System::Object^

The deserialized object.

.NET Framework
Available since 3.5
Return to top
Show:
© 2017 Microsoft