次の方法で共有


DialogExpressionConverter.ReadJson メソッド

定義

オブジェクトの JSON 表現を DialogExpression 読み取ります。

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

パラメーター

reader
Newtonsoft.Json.JsonReader

読み取り元の Newtonsoft.Json.JsonReader

objectType
Type

オブジェクトの型。

existingValue
DialogExpression

読み取られる既存の DialogExpression 値。 既存の値がない場合は、null が使用されます。

hasExistingValue
Boolean

existingValue に値があるかどうかを示します。

serializer
Newtonsoft.Json.JsonSerializer

呼び出し元のシリアライザー。

戻り値

解釈された DialogExpression オブジェクト。

適用対象