Table of Contents

Class CheckStandardConverter

Namespace
ScanbotSDK.MAUI.Core.Check
Assembly
ScanbotSDK.Shared.dll
public class CheckStandardConverter : JsonConverter<CheckStandard>
Inheritance
CheckStandardConverter
Inherited Members

Constructors

CheckStandardConverter()

public CheckStandardConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

CheckStandard

Write(Utf8JsonWriter, CheckStandard, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color CheckStandard
options JsonSerializerOptions