Table of Contents

Class FieldDataFormatConverter

Namespace
ScanbotSDK.MAUI.Common
Assembly
ScanbotSDK.Shared.dll
public class FieldDataFormatConverter : JsonConverter<FieldDataFormat>
Inheritance
FieldDataFormatConverter
Inherited Members

Constructors

FieldDataFormatConverter()

public FieldDataFormatConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

FieldDataFormat

Write(Utf8JsonWriter, FieldDataFormat, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color FieldDataFormat
options JsonSerializerOptions