Compartir a través de


DialogExpressionConverter.ReadJson Método

Definición

Lee la representación JSON de un 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

Newtonsoft.Json.JsonReader desde el que se va a leer.

objectType
Type

Tipo del objeto.

existingValue
DialogExpression

Valor existente de DialogExpression lectura. Si no hay ningún valor existente, se usará null.

hasExistingValue
Boolean

Indica si existingValue tiene un valor.

serializer
Newtonsoft.Json.JsonSerializer

Serializador que realiza la llamada.

Devoluciones

Objeto interpretado DialogExpression .

Se aplica a