Class Gs1HandlingConverter
- Namespace
- ScanbotSDK.MAUI.Barcode
- Assembly
- ScanbotSDK.Shared.dll
GS1_COMPOSITE barcode type handling
- Inheritance
-
Gs1
Handling Converter
- Inherited Members
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
Reads and converts the JSON to type Gs1
public override Gs1Handling Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
reader
Utf8Json Reader The reader.
typeToConvert
TypeThe type to convert.
options
JsonSerializer Options An object that specifies serialization options to use.
Returns
- Gs1
Handling The converted value.
Write(Utf8JsonWriter, Gs1Handling, JsonSerializerOptions)
Writes a specified value as JSON.
Parameters
writer
Utf8Json Writer The writer to write to.
color
Gs1Handling options
JsonSerializer Options An object that specifies serialization options to use.