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