DialogSetConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |