Partager via


ActionTypeConverter Classe

Définition

Définit des valeurs pour ActionType.

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

Constructeurs

ActionTypeConverter()

Définit des valeurs pour ActionType.

Méthodes

CanConvert(Type)

Retourne si objectType peut être converti en ActionType par le convertisseur.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en ActionType.

WriteJson(JsonWriter, Object, JsonSerializer)

Substitution de WriteJson pour ActionType pour la sérialisation.

S’applique à