JsonNetSerializer::Parse Method

.NET Framework 4.5

Deserializes the JSON to a .NET object.

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

public:
virtual Object^ Parse(
	String^ json, 
	Type^ targetType
) sealed

Parameters

json
Type: System::String
The JSON to deserialize.
targetType
Type: System::Type
The Type of object being deserialized

Return Value

Type: System::Object
The deserialized object from the JSON string.

Implements

IJsonSerializer::Parse(String, Type)
Show: