Table of Contents

Class TopBarModeConverter

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

Constructors

TopBarModeConverter()

public TopBarModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

TopBarMode

Write(Utf8JsonWriter, TopBarMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color TopBarMode
options JsonSerializerOptions