Table of Contents

Class SoundTypeConverter

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

Constructors

SoundTypeConverter()

public SoundTypeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

SoundType

Write(Utf8JsonWriter, SoundType, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color SoundType
options JsonSerializerOptions