Table of Contents

Class EncryptionModeConverter

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

Constructors

EncryptionModeConverter()

public EncryptionModeConverter()

Methods

Read(ref Utf8JsonReader, Type, JsonSerializerOptions)

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

Parameters

reader Utf8JsonReader
typeToConvert Type
options JsonSerializerOptions

Returns

EncryptionMode

Write(Utf8JsonWriter, EncryptionMode, JsonSerializerOptions)

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

Parameters

writer Utf8JsonWriter
color EncryptionMode
options JsonSerializerOptions