ActionTypeConverter Class

Definition

Defines values for ActionType.

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

Constructors

ActionTypeConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to ActionType.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for ActionType for serialization.

Applies to