ReadObject Method
Collapse the table of content
Expand the table of content

DataContractJsonSerializer.ReadObject Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Reads a document stream in the JSON (JavaScript Object Notation) format and returns the deserialized object.

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

public Object ReadObject(
	Stream stream
)

Parameters

stream
Type: System.IO.Stream
The Stream to be read.

Return Value

Type: System.Object
The deserialized object.

ExceptionCondition
SerializationException

An error occurred deserializing.

The DataContractJsonSerializer only supports the UTF-8, UTF-16LE and UTF-16BE encodings.

Version Notes

Windows Phone

 ReadObject(Stream) throws SecurityException in cases where a MethodAccessException should be thrown.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft