IJsonSerializer Interface
Visual Studio 2010
.NET Framework 4 Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Used to serialize and deserialize outgoing/incoming data.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The IJsonSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Parse | Deserializes the JSON to a .NET object. |
![]() | Serialize | Serializes the specified object to a TextWriter. |
| Name | Description | |
|---|---|---|
![]() | Parse<T> | Deserializes the JSON to a .NET object. (Defined by JsonSerializerExtensions.) |
![]() | Stringify | Serializes the specified object to a JSON string. (Defined by JsonSerializerExtensions.) |
Show:
