Method Write
- Namespace
- Millrace
- Assembly
- Millrace.dll
Write(Utf8JsonWriter, WorkflowInstanceId, JsonSerializerOptions)
Writes a specified value as JSON.
public override void Write(Utf8JsonWriter writer, WorkflowInstanceId value, JsonSerializerOptions options)
Parameters
writerUtf8JsonWriterThe writer to write to.
valueWorkflowInstanceIdThe value to convert to JSON.
optionsJsonSerializerOptionsAn object that specifies serialization options to use.