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