Share via


EncoderSystemPresetTypeConverter Class

Definition

Defines values for EncoderSystemPresetType.

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

Constructors

EncoderSystemPresetTypeConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to EncoderSystemPresetType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for EncoderSystemPresetType for serialization.

Applies to