Table of Contents

Class MsiPlesseyChecksumAlgorithmConverter

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

Constructors

MsiPlesseyChecksumAlgorithmConverter()

public MsiPlesseyChecksumAlgorithmConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

MsiPlesseyChecksumAlgorithm

Write(Utf8JsonWriter, MsiPlesseyChecksumAlgorithm, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color MsiPlesseyChecksumAlgorithm
options JsonSerializerOptions