JsonSerializerExtensions Class
.NET Framework 4.5
Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Extensions for JsonSerializer.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The JsonSerializerExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | Parse<T>(JsonSerializer, String) | Deserializes the JSON to a .NET object. |
![]() ![]() | Parse<T>(JsonSerializer, ArraySegment<Byte>, Encoding) | Deserializes the JSON to a .NET object. |
![]() ![]() | Serialize | Serializes the specified object to a TextWriter. |
![]() ![]() | Stringify | Serializes the specified object to a JSON string. |
Show:
