DeinterlaceModeConverter Class

Definition

Defines values for DeinterlaceMode.

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

Constructors

DeinterlaceModeConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to DeinterlaceMode.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for DeinterlaceMode for serialization.

Applies to