UserPasswordCredentialInlineConverter.Write Method

Definition

Namespace: ASNA.DataGate.Providers.Serialization
Assembly: ASNA.QSys.DataGate.Client.dll

Writes a UserPasswordCredential to a Utf8JsonWriter.

void Write(Utf8JsonWriter writer, UserPasswordCredential value, JsonSerializerOptions options)

Writes a UserPasswordCredential to a Utf8JsonWriter.

void Write(Utf8JsonWriter writer, UserPasswordCredential value, JsonSerializerOptions options)

Parameters

Type Parameter name Description
Utf8JsonWriter writer The Utf8JsonWriter to write to.
UserPasswordCredential value The UserPasswordCredential to write.
JsonSerializerOptions options Options for the serializer.

See Also