AnyValueType.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.
public override void WriteToJson (object? value, Newtonsoft.Json.JsonWriter jsonWriter);
override this.WriteToJson : obj * Newtonsoft.Json.JsonWriter -> unit
Public Overrides Sub WriteToJson (value As Object, jsonWriter As JsonWriter)
Parameters
- value
- Object
- jsonWriter
- Newtonsoft.Json.JsonWriter