JsonNetSerializer Class
Visual Studio 2010
.NET Framework 4
Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Top
Top
Default IJsonSerializer implementation over Json.NET.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
The JsonNetSerializer type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Parse | Deserializes the JSON to a .NET object. |
![]() | Serialize | Serializes the specified object to a TextWriter. |
![]() | ToString | (Inherited from Object.) |
| 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:
