Compartilhar via


DialogExpressionConverter.ReadJson Método

Definição

Lê a representação JSON de um DialogExpression objeto .

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

Parâmetros

reader
Newtonsoft.Json.JsonReader

O Newtonsoft.Json.JsonReader para leitura.

objectType
Type

Tipo do objeto.

existingValue
DialogExpression

O valor existente de DialogExpression ser lido. Se não houver nenhum valor existente, o valor nulo será usado.

hasExistingValue
Boolean

Indica se existingValue tem um valor.

serializer
Newtonsoft.Json.JsonSerializer

O serializador de chamada.

Retornos

O objeto interpretado DialogExpression .

Aplica-se a