Op Englesch liesen Editéieren

Deelen iwwer


JsonConverter<T>.Write(Utf8JsonWriter, T, JsonSerializerOptions) Method

Definition

Writes a specified value as JSON.

C#
public abstract void Write(System.Text.Json.Utf8JsonWriter writer, T value, System.Text.Json.JsonSerializerOptions options);

Parameters

writer
Utf8JsonWriter

The writer to write to.

value
T

The value to convert to JSON.

options
JsonSerializerOptions

An object that specifies serialization options to use.

Remarks

A converter may throw any exception, but it should throw JsonException when the JSON cannot be created.

For more information, see How to write custom converters for JSON serialization.

Applies to

Produkt Versiounen
.NET Core 3.0, Core 3.1, 5, 6, 7, 8 (package-provided), 8, 9 (package-provided), 9, 10 (package-provided), 10
.NET Standard 2.0 (package-provided)