Table of Contents

Class DocumentTrustModeConverter

Namespace
ScanbotSDK.MAUI.Core.DocumentDataExtractor
Assembly
ScanbotSDK.Shared.dll
public class DocumentTrustModeConverter : JsonConverter<DocumentTrustMode>
Inheritance
DocumentTrustModeConverter
Inherited Members

Constructors

DocumentTrustModeConverter()

public DocumentTrustModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

DocumentTrustMode

Write(Utf8JsonWriter, DocumentTrustMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color DocumentTrustMode
options JsonSerializerOptions