Table of Contents

Method WriteAsPropertyName

Namespace
Millrace
Assembly
Millrace.dll

WriteAsPropertyName(Utf8JsonWriter, WorkflowInstanceId, JsonSerializerOptions)

Writes a dictionary key as a JSON property name.

public override void WriteAsPropertyName(Utf8JsonWriter writer, WorkflowInstanceId value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter

The Utf8JsonWriter to write to.

value WorkflowInstanceId

The value to convert. The value of HandleNull determines if the converter handles null values.

options JsonSerializerOptions

The options to use when writing the value.