WriteAsPropertyName(Utf8JsonWriter, QualifiedStreamId, JsonSerializerOptions)
override
public override void WriteAsPropertyName(Utf8JsonWriter writer, QualifiedStreamId value, JsonSerializerOptions options)Writes a dictionary key as a JSON property name.
Parameters
writerUtf8JsonWriter- The
System.Text.Json.Utf8JsonWriterto write to. valueQualifiedStreamId- The value to convert. The value of
System.Text.Json.Serialization.JsonConverter.HandleNulldetermines if the converter handlesnullvalues. optionsJsonSerializerOptions- The options to use when writing the value.
