Compartilhar via


TrackAttributeConverter Classe

Definição

Define valores para TrackAttribute.

public sealed class TrackAttributeConverter : Newtonsoft.Json.JsonConverter
type TrackAttributeConverter = class
    inherit JsonConverter
Public NotInheritable Class TrackAttributeConverter
Inherits JsonConverter
Herança
Newtonsoft.Json.JsonConverter
TrackAttributeConverter

Construtores

TrackAttributeConverter()

Define valores para TrackAttribute.

Métodos

CanConvert(Type)

Retorna se objectType pode ser convertido em TrackAttribute pelo conversor.

ReadJson(JsonReader, Type, Object, JsonSerializer)

Substitui ReadJson e converte o token em TrackAttribute.

WriteJson(JsonWriter, Object, JsonSerializer)

Substituindo WriteJson para TrackAttribute para serialização.

Aplica-se a