Table of Contents

Class ImageRotationConverter

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

Constructors

ImageRotationConverter()

public ImageRotationConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ImageRotation

Write(Utf8JsonWriter, ImageRotation, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color ImageRotation
options JsonSerializerOptions