BlurTypeConverter Class

Definition

Defines values for BlurType.

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

Constructors

BlurTypeConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to BlurType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for BlurType for serialization.

Applies to