Table of Contents

Class SbColorValueConverter

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

Constructors

SbColorValueConverter()

public SbColorValueConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

ColorValue

Write(Utf8JsonWriter, ColorValue, JsonSerializerOptions)

public override void Write(Utf8JsonWriter writer, ColorValue value, JsonSerializerOptions options)

Parameters

writer Utf8JsonWriter
value ColorValue
options JsonSerializerOptions