Table of Contents

Class BarcodeScannerEngineModeConverter

Namespace
ScanbotSDK.MAUI.Barcode.Core
Assembly
ScanbotSDK.Shared.dll
public class BarcodeScannerEngineModeConverter : JsonConverter<BarcodeScannerEngineMode>
Inheritance
BarcodeScannerEngineModeConverter
Inherited Members

Constructors

BarcodeScannerEngineModeConverter()

public BarcodeScannerEngineModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

BarcodeScannerEngineMode

Write(Utf8JsonWriter, BarcodeScannerEngineMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color BarcodeScannerEngineMode
options JsonSerializerOptions