Table of Contents

Class DocumentDisplacementConverter

Namespace
ScanbotSDK.MAUI.Core.DocumentScanner
Assembly
DocumentSDK.MAUI.dll
public class DocumentDisplacementConverter : JsonConverter<DocumentDisplacement>
Inheritance
DocumentDisplacementConverter
Inherited Members

Constructors

DocumentDisplacementConverter()

public DocumentDisplacementConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentDisplacement

Write(Utf8JsonWriter, DocumentDisplacement, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentDisplacement
options JsonSerializerOptions