Table of Contents

Class Gs1HandlingConverter

Namespace
ScanbotSDK.MAUI.Barcode
Assembly
ScanbotSDK.Shared.dll
public class Gs1HandlingConverter : JsonConverter<Gs1Handling>
Inheritance
Gs1HandlingConverter
Inherited Members

Constructors

Gs1HandlingConverter()

public Gs1HandlingConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

public override Gs1Handling Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

Gs1Handling

Write(Utf8JsonWriter, Gs1Handling, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, Gs1Handling color, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
color Gs1Handling
options JsonSerializerOptions