Table of Contents

Class BottomBarModeConverter

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class BottomBarModeConverter : JsonConverter<BottomBarMode>
Inheritance
BottomBarModeConverter
Inherited Members

Constructors

BottomBarModeConverter()

public BottomBarModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

BottomBarMode

Write(Utf8JsonWriter, BottomBarMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color BottomBarMode
options JsonSerializerOptions