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)
Visual Basic (Declaration)
Public Overrides Function ReadObject ( _
stream As Stream _
) As Object
Dim instance As DataContractJsonSerializer
Dim stream As Stream
Dim returnValue As Object
returnValue = instance.ReadObject(stream)
public override Object ReadObject(
Stream stream
)
public:
virtual Object^ ReadObject(
Stream^ stream
) override
public override function ReadObject(
stream : Stream
) : Object
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5
Reference