Share via


IJsonWritable Interface

.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)

Syntax

'Declaration
Public Interface IJsonWritable
'Usage
Dim instance As IJsonWritable
public interface IJsonWritable
public interface class IJsonWritable
type IJsonWritable =  interface end
public interface IJsonWritable

The IJsonWritable type exposes the following members.

Methods

  Name Description
Public method WriteJson Serializes itself to JSON via a TextWriter.

Top

See Also

Reference

Microsoft.AspNet.SignalR.Json Namespace