Jaa


Microsoft.Bot.Builder.Dialogs.Declarative.Converters Namespace

Classes

InterfaceConverter<T>

Converts an object to and from JSON.

InterfaceConverterFactory<T>

Abstraction that builds InterfaceConverter<T> instances given the SourceContext.

JsonConverterFactory

Abstraction that builds Newtonsoft.Json.JsonConverter instances given the SourceContext.

JsonConverterFactory<TConverter>

Abstraction that builds Newtonsoft.Json.JsonConverter instances for a JsonConverter for type TConverter when TConverter is independent of the SourceContext.

LambdaJsonConverterFactory

Abstraction that builds Newtonsoft.Json.JsonConverter instances given the SourceContext from a simple builder lambda.