Partager via


TrackAttributeConverter Classe

Définition

Définit des valeurs pour TrackAttribute.

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

Constructeurs

TrackAttributeConverter()

Définit des valeurs pour TrackAttribute.

Méthodes

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en TrackAttribute.

WriteJson(JsonWriter, Object, JsonSerializer)

Remplacement de WriteJson pour TrackAttribute pour la sérialisation.

S’applique à