Partager via


KindConverter Classe

Définition

Définit des valeurs pour Kind.

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

Constructeurs

KindConverter()

Définit des valeurs pour Kind.

Méthodes

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en Type.

WriteJson(JsonWriter, Object, JsonSerializer)

Remplacement de WriteJson pour Kind pour la sérialisation.

S’applique à