次の方法で共有


DialogSetConverter.ReadJson メソッド

定義

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

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

パラメーター

reader
Newtonsoft.Json.JsonReader

読み取り元の Newtonsoft.Json.JsonReader

objectType
Type

オブジェクトの型。

existingValue
DialogSet

読み取り中の既存の DialogSet 値。 既存の値がない場合は、null が使用されます。

hasExistingValue
Boolean

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

serializer
Newtonsoft.Json.JsonSerializer

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

戻り値

解釈される DialogSet オブジェクト。

適用対象