IJsonWritable::WriteJson Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Serializes itself to JSON via a TextWriter.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- writer
- Type: System.IO::TextWriter
The TextWriter that receives the JSON serialized object.
Show: