IJsonSerializer::Serialize Method
.NET Framework 4.5 Namespace:
Microsoft.AspNet.SignalR.Json
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Serializes the specified object to a TextWriter.
Assembly: Microsoft.AspNet.SignalR.Core (in Microsoft.AspNet.SignalR.Core.dll)
Parameters
- value
- Type: System::Object
The object to serialize.
- writer
- Type: System.IO::TextWriter
The TextWriter to serialize the object to.
Show: