SourceProfileConverter.Write Method

Definition

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

Writes a SourceProfile to a Utf8JsonWriter.

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

Writes a SourceProfile to a Utf8JsonWriter.

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

Parameters

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

See Also