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.
Assembly: System.ServiceModel.Web (in System.ServiceModel.Web.dll)
Parameters
- stream
- Type: System.IO.Stream
The Stream to be read.
| Exception | Condition |
|---|---|
| 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.
Show: