Microsoft.AspNet.SignalR.Json Namespace
.NET Framework 4
Classes
Class | Description | |
---|---|---|
JsonNetSerializer | Default IJsonSerializer implementation over Json.NET. | |
JsonSerializerExtensions | Extensions for IJsonSerializer. | |
JsonUtility | Helper class for common JSON operations. |
Interfaces
Interface | Description | |
---|---|---|
IJsonSerializer | Used to serialize and deserialize outgoing/incoming data. | |
IJsonValue | Represents a JSON value. | |
IJsonWritable | Implementations handle their own serialization to JSON. |