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