Table of Contents

Class AustraliaPostCustomerFormatConverter

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

Constructors

AustraliaPostCustomerFormatConverter()

public AustraliaPostCustomerFormatConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

AustraliaPostCustomerFormat

Write(Utf8JsonWriter, AustraliaPostCustomerFormat, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color AustraliaPostCustomerFormat
options JsonSerializerOptions