WriteJson Method (StreamConverter)
Writes the JSON representation of the object.
'Declaration
Protected Overrides Sub WriteJson( _
ByVal As JsonWriter, _
ByVal As Object _
)
Parameters
- writer
- The C1.JsonNet.JsonWriter to write to.
- value
- The value to be serialized.