[]
        
(Showing Draft Content)

C1.JsonNet.JsonConverter.WriteJson

WriteJson Method

WriteJson(JsonWriter, object)

Writes the JSON representation of the object.

Declaration
protected virtual void WriteJson(JsonWriter writer, object value)
Protected Overridable Sub WriteJson(writer As JsonWriter, value As Object)
Parameters
Type Name Description
JsonWriter writer

The JsonWriter to write to.

object value

The value to be serialized.