JsonSerializerExtensions Class

Visual Studio 2010
.NET Framework 4

Extensions for IJsonSerializer.

System::Object
  Microsoft.AspNet.SignalR.Json::JsonSerializerExtensions

Namespace:  Microsoft.AspNet.SignalR.Json
Assembly:  Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)

[ExtensionAttribute]
public ref class JsonSerializerExtensions abstract sealed

The JsonSerializerExtensions type exposes the following members.

  NameDescription
Public methodStatic memberParse<T>Deserializes the JSON to a .NET object.
Public methodStatic memberStringifySerializes the specified object to a JSON string.
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: