Share via


JsonValueReaderWriter<TValue>.ToJson(Utf8JsonWriter, Object) Méthode

Définition

Écrit la valeur au format 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)

Paramètres

writer
Utf8JsonWriter

dans Utf8JsonWriter lequel la valeur doit être écrite.

value
Object

Valeur à écrire.

S’applique à