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