Partager via


IJsonValueSerializer<TValue>.WriteToJson(TValue, JsonWriter) Method

Definition

Write a value to the JSON

public void WriteToJson (TValue value, Newtonsoft.Json.JsonWriter jsonWriter);
abstract member WriteToJson : 'Value * Newtonsoft.Json.JsonWriter -> unit
Public Sub WriteToJson (value As TValue, jsonWriter As JsonWriter)

Parameters

value
TValue

The value to be written.

jsonWriter
Newtonsoft.Json.JsonWriter

The writer to persist the JSON.

Applies to