JsonConverterBase<T>.WriteCore method

Writes the JSON representation of the value.

protected abstract void WriteCore(JsonWriter writer, T value, JsonSerializer serializer)

See Also