Table of Contents

Class SheetModeConverter

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class SheetModeConverter : JsonConverter<SheetMode>
Inheritance
SheetModeConverter
Inherited Members

Constructors

SheetModeConverter()

public SheetModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

SheetMode

Write(Utf8JsonWriter, SheetMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color SheetMode
options JsonSerializerOptions