Table of Contents

Class BarcodeAccumulationMethodConverter

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

Constructors

BarcodeAccumulationMethodConverter()

public BarcodeAccumulationMethodConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

BarcodeAccumulationMethod

Write(Utf8JsonWriter, BarcodeAccumulationMethod, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color BarcodeAccumulationMethod
options JsonSerializerOptions