Partager via


IJsonValueSerializer.WriteToJson(Object, JsonWriter) Method

Definition

Write a value to the JSON

public void WriteToJson (object value, Newtonsoft.Json.JsonWriter jsonWriter);
abstract member WriteToJson : obj * Newtonsoft.Json.JsonWriter -> unit
Public Sub WriteToJson (value As Object, jsonWriter As JsonWriter)

Parameters

value
Object

The value to be written.

jsonWriter
Newtonsoft.Json.JsonWriter

The writer to persist the JSON.

Applies to