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
writerUtf8JsonWriterThe Utf8JsonWriter to write to.
valueWorkflowInstanceIdThe value to convert. The value of HandleNull determines if the converter handles null values.
optionsJsonSerializerOptionsThe options to use when writing the value.