Table of Contents

Class WorkflowInstanceIdJsonConverter

Namespace
Millrace
Assembly
Millrace.dll

Serializes WorkflowInstanceId as a bare GUID string.

public sealed class WorkflowInstanceIdJsonConverter : JsonConverter<WorkflowInstanceId>
Inheritance
WorkflowInstanceIdJsonConverter
Inherited Members

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads and converts the JSON to type WorkflowInstanceId.

ReadAsPropertyName(ref Utf8JsonReader, Type, JsonSerializerOptions)

Reads a dictionary key from a JSON property name.

Write(Utf8JsonWriter, WorkflowInstanceId, JsonSerializerOptions)

Writes a specified value as JSON.

WriteAsPropertyName(Utf8JsonWriter, WorkflowInstanceId, JsonSerializerOptions)

Writes a dictionary key as a JSON property name.