Partager via


DialogExpressionConverter.ReadJson Méthode

Définition

Lit la représentation JSON d’un DialogExpression objet.

public override Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression ReadJson(Newtonsoft.Json.JsonReader reader, Type objectType, Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression existingValue, bool hasExistingValue, Newtonsoft.Json.JsonSerializer serializer);
override this.ReadJson : Newtonsoft.Json.JsonReader * Type * Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression * bool * Newtonsoft.Json.JsonSerializer -> Microsoft.Bot.Builder.Dialogs.Adaptive.DialogExpression
Public Overrides Function ReadJson (reader As JsonReader, objectType As Type, existingValue As DialogExpression, hasExistingValue As Boolean, serializer As JsonSerializer) As DialogExpression

Paramètres

reader
Newtonsoft.Json.JsonReader

Newtonsoft.Json.JsonReader à lire.

objectType
Type

Type de l'objet.

existingValue
DialogExpression

Valeur existante d’être DialogExpression lu. S’il n’existe aucune valeur, null est utilisé.

hasExistingValue
Boolean

Indique si existingValue a une valeur.

serializer
Newtonsoft.Json.JsonSerializer

Sérialiseur appelant.

Retours

Objet interprété DialogExpression .

S’applique à