IJsonWritable Interface

Visual Studio 2010
.NET Framework 4

Implementations handle their own serialization to JSON.

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

public interface class IJsonWritable

The IJsonWritable type exposes the following members.

  NameDescription
Public methodWriteJsonSerializes itself to JSON via a TextWriter.
Top
Show: