IJsonSerializer::Parse Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Deserializes the JSON to a .NET object.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- json
- Type: System::String
The JSON to deserialize.
- targetType
- Type: System::Type
The Type of object being deserialized.
Show: