StreamOptionsFlagConverter Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit des valeurs pour StreamOptionsFlag.
public sealed class StreamOptionsFlagConverter : Newtonsoft.Json.JsonConverter
type StreamOptionsFlagConverter = class
inherit JsonConverter
Public NotInheritable Class StreamOptionsFlagConverter
Inherits JsonConverter
- Héritage
-
Newtonsoft.Json.JsonConverterStreamOptionsFlagConverter
Constructeurs
StreamOptionsFlagConverter() |
Définit des valeurs pour StreamOptionsFlag. |
Méthodes
CanConvert(Type) |
Retourne si objectType peut être converti en StreamOptionsFlag par le convertisseur. |
ReadJson(JsonReader, Type, Object, JsonSerializer) |
Remplace ReadJson et convertit le jeton en StreamOptionsFlag. |
WriteJson(JsonWriter, Object, JsonSerializer) |
Remplacement de WriteJson pour StreamOptionsFlag pour la sérialisation. |
S’applique à
Azure SDK for .NET