Table of Contents

Class ProcessingModeConverter

Namespace
ScanbotSDK.MAUI.Core.Common
Assembly
ScanbotSDK.Shared.dll
public class ProcessingModeConverter : JsonConverter<ProcessingMode>
Inheritance
ProcessingModeConverter
Inherited Members

Constructors

ProcessingModeConverter()

public ProcessingModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override ProcessingMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ProcessingMode

Write(Utf8JsonWriter, ProcessingMode, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, ProcessingMode color, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
color ProcessingMode
options JsonSerializerOptions