TrackAttributeConverter Class

Definition

Defines values for TrackAttribute.

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

Constructors

TrackAttributeConverter()

Methods

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Overrides ReadJson and converts token to TrackAttribute.

WriteJson(JsonWriter, Object, JsonSerializer)

Overriding WriteJson for TrackAttribute for serialization.

Applies to