Partager via


StreamingLocatorContentKeyTypeConverter Classe

Définition

Définit les valeurs de StreamingLocatorContentKeyType.

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

Constructeurs

StreamingLocatorContentKeyTypeConverter()

Définit les valeurs de StreamingLocatorContentKeyType.

Méthodes

CanConvert(Type)

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

ReadJson(JsonReader, Type, Object, JsonSerializer)

Remplace ReadJson et convertit le jeton en StreamingLocatorContentKeyType.

WriteJson(JsonWriter, Object, JsonSerializer)

Remplacement de WriteJson pour StreamingLocatorContentKeyType pour la sérialisation.

S’applique à