Reads a document stream in the JSON (JavaScript Object Notation) format and returns the deserialized object.
Public Function ReadObject ( _ stream As Stream _ ) As Object
public Object ReadObject( Stream stream )
An error occurred deserializing.
The DataContractJsonSerializer only supports the UTF-8, UTF-16LE and UTF-16BE encodings.
Silverlight for Windows Phone
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.