Jaa


DialogSetConverter Class

Definition

Converter which allows json to be expression to object or static object.

public class DialogSetConverter : Newtonsoft.Json.JsonConverter<Microsoft.Bot.Builder.Dialogs.DialogSet>
type DialogSetConverter = class
    inherit JsonConverter<DialogSet>
Public Class DialogSetConverter
Inherits JsonConverter(Of DialogSet)
Inheritance
Newtonsoft.Json.JsonConverter<DialogSet>
DialogSetConverter

Constructors

DialogSetConverter(ResourceExplorer)

Initializes a new instance of the DialogSetConverter class.

Properties

CanRead

Gets a value indicating whether this Newtonsoft.Json.JsonConverter can read JSON.

Methods

ReadJson(JsonReader, Type, DialogSet, Boolean, JsonSerializer)

Reads the JSON representation of a DialogSet object.

WriteJson(JsonWriter, DialogSet, JsonSerializer)

Writes the JSON representation of a DialogSet object.

Applies to