Class BarcodeFormatConverter
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
public class BarcodeFormatConverter : JsonConverter<BarcodeFormat>
- Inheritance
-
BarcodeFormatConverter
- Inherited Members
Constructors
BarcodeFormatConverter()
public BarcodeFormatConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override BarcodeFormat Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, BarcodeFormat, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, BarcodeFormat color, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritercolorBarcodeFormatoptionsJsonSerializerOptions