C1.AspNetCore.Mvc.FlexSheet Assembly / C1.JsonNet.Converters Namespace / StreamConverter Class / WriteJson Method
The C1.JsonNet.JsonWriter to write to.
The value to be serialized.

In This Topic
WriteJson Method (StreamConverter)
In This Topic
Writes the JSON representation of the object.
Syntax
'Declaration
 
Protected Overrides Sub WriteJson( _
   ByVal writer As JsonWriter, _
   ByVal value As Object _
) 
 

Parameters

writer
The C1.JsonNet.JsonWriter to write to.
value
The value to be serialized.
See Also