Table of Contents

Class MrzIncompleteResultHandlingConverter

Namespace
ScanbotSDK.MAUI.Core.Mrz
Assembly
ScanbotSDK.Shared.dll
public class MrzIncompleteResultHandlingConverter : JsonConverter<MrzIncompleteResultHandling>
Inheritance
MrzIncompleteResultHandlingConverter
Inherited Members

Constructors

MrzIncompleteResultHandlingConverter()

public MrzIncompleteResultHandlingConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

MrzIncompleteResultHandling

Write(Utf8JsonWriter, MrzIncompleteResultHandling, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color MrzIncompleteResultHandling
options JsonSerializerOptions