Table of Contents

Class StorageImageFormatConverter

Namespace
ScanbotSDK.MAUI.Core.Sdk
Assembly
DocumentSDK.MAUI.dll
public class StorageImageFormatConverter : JsonConverter<StorageImageFormat>
Inheritance
StorageImageFormatConverter
Inherited Members

Constructors

StorageImageFormatConverter()

public StorageImageFormatConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

StorageImageFormat

Write(Utf8JsonWriter, StorageImageFormat, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color StorageImageFormat
options JsonSerializerOptions