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
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, SoundType, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, SoundType color, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritercolorSoundTypeoptionsJsonSerializerOptions