[]
Writes the JSON representation of the object.
protected virtual void WriteJson(JsonWriter writer, object value)
Protected Overridable Sub WriteJson(writer As JsonWriter, value As Object)
| Type | Name | Description |
|---|---|---|
| JsonWriter | writer | The JsonWriter to write to. |
| object | value | The value to be serialized. |