IJsonValueSerializer.WriteToJson(Object, 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 (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.