JsonObject.WriteTo(Utf8JsonWriter, JsonSerializerOptions) Method

Definition

Writes the JsonNode into the provided Utf8JsonWriter as JSON.

public override void WriteTo (System.Text.Json.Utf8JsonWriter writer, System.Text.Json.JsonSerializerOptions? options = default);
override this.WriteTo : System.Text.Json.Utf8JsonWriter * System.Text.Json.JsonSerializerOptions -> unit
Public Overrides Sub WriteTo (writer As Utf8JsonWriter, Optional options As JsonSerializerOptions = Nothing)

Parameters

options
JsonSerializerOptions

Options to control the serialization behavior.

Exceptions

The writer parameter is null.

Applies to