EntropyModeConverter Class

Definition

Defines values for EntropyMode.

public sealed class EntropyModeConverter : Newtonsoft.Json.JsonConverter
type EntropyModeConverter = class
    inherit JsonConverter
Public NotInheritable Class EntropyModeConverter
Inherits JsonConverter
Inheritance
Newtonsoft.Json.JsonConverter
EntropyModeConverter

Constructors

EntropyModeConverter()

Methods

CanConvert(Type)

Returns if objectType can be converted to EntropyMode by the converter.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to EntropyMode.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for EntropyMode for serialization.

Applies to