Microsoft.Bot.Builder.Dialogs.Declarative.Converters Namespace
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.
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 |
LambdaJsonConverterFactory |
Abstraction that builds Newtonsoft.Json.JsonConverter instances given the SourceContext from a simple builder lambda. |