Table of Contents

Class OutputModeConverter

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class OutputModeConverter : JsonConverter<OutputMode>
Inheritance
OutputModeConverter
Inherited Members

Constructors

OutputModeConverter()

public OutputModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

OutputMode

Write(Utf8JsonWriter, OutputMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color OutputMode
options JsonSerializerOptions