JsonNetSerializer Class
.NET Framework 4
Default IJsonSerializer implementation over Json.NET.
Inheritance Hierarchy
System.Object
Microsoft.AspNet.SignalR.Json.JsonNetSerializer
Namespace: Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Syntax
'Declaration
Public Class JsonNetSerializer _
Implements IJsonSerializer
'Usage
Dim instance As JsonNetSerializer
public class JsonNetSerializer : IJsonSerializer
public ref class JsonNetSerializer : IJsonSerializer
type JsonNetSerializer =
class
interface IJsonSerializer
end
public class JsonNetSerializer implements IJsonSerializer
The JsonNetSerializer type exposes the following members.
Constructors
Name | Description | |
---|---|---|
JsonNetSerializer() | ||
JsonNetSerializer(JsonSerializerSettings) |
Top
Methods
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.) |
Top
Extension Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.