Class BottomBarModeConverter
- Namespace
- ScanbotSDK.MAUI.Common
- Assembly
- ScanbotSDK.Shared.dll
public class BottomBarModeConverter : JsonConverter<BottomBarMode>
- Inheritance
-
BottomBarModeConverter
- Inherited Members
Constructors
BottomBarModeConverter()
public BottomBarModeConverter()
Methods
Read(ref Utf8JsonReader, Type, JsonSerializerOptions)
public override BottomBarMode Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
Parameters
readerUtf8JsonReadertypeToConvertTypeoptionsJsonSerializerOptions
Returns
Write(Utf8JsonWriter, BottomBarMode, JsonSerializerOptions)
public override void Write(Utf8JsonWriter writer, BottomBarMode color, JsonSerializerOptions options)
Parameters
writerUtf8JsonWritercolorBottomBarModeoptionsJsonSerializerOptions