JsonSerializerExtensions Class

.NET Framework 4.5

Extensions for JsonSerializer.

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>(JsonSerializer, String)Deserializes the JSON to a .NET object.
Public methodStatic memberParse<T>(JsonSerializer, ArraySegment<Byte>, Encoding)Deserializes the JSON to a .NET object.
Public methodStatic memberSerializeSerializes the specified object to a TextWriter.
Public methodStatic memberStringifySerializes the specified object to a JSON string.
Top

No content here will be updated; please do not add material here.

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: