Condividi tramite


JsonValueReaderWriter<TValue>.ToJson(Utf8JsonWriter, Object) Metodo

Definizione

Scrive il valore in JSON.

public override sealed void ToJson (System.Text.Json.Utf8JsonWriter writer, object value);
override this.ToJson : System.Text.Json.Utf8JsonWriter * obj -> unit
Public Overrides NotOverridable Sub ToJson (writer As Utf8JsonWriter, value As Object)

Parametri

writer
Utf8JsonWriter

Oggetto Utf8JsonWriter in cui deve essere scritto il valore.

value
Object

Valore da scrivere.

Si applica a