Table of Contents

Class PageDirectionConverter

Namespace
ScanbotSDK.MAUI
Assembly
ScanbotSDK.Shared.dll
public class PageDirectionConverter : JsonConverter<PageDirection>
Inheritance
PageDirectionConverter
Inherited Members

Constructors

PageDirectionConverter()

public PageDirectionConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

PageDirection

Write(Utf8JsonWriter, PageDirection, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color PageDirection
options JsonSerializerOptions