IJsonValueSerializer<TValue>.WriteToJson(TValue, JsonWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.