Class MrzScanningModeConverter
- Namespace
- ScanbotSDK.MAUI.Core.Mrz
- Assembly
- ScanbotSDK.Shared.dll
public class MrzScanningModeConverter : JsonConverter<MrzScanningMode>
- Inheritance
-
MrzScanningModeConverter
- Inherited Members
Constructors
MrzScanningModeConverter()
public MrzScanningModeConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override MrzScanningMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8JsonReadertypeToConvert
Typeoptions
JsonSerializerOptions
Returns
Write(Utf8JsonWriter, MrzScanningMode, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, MrzScanningMode color, JsonSerializerOptions options)
Parameters
writer
Utf8JsonWritercolor
MrzScanningModeoptions
JsonSerializerOptions