InterfaceConverterFactory<T> 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.
Abstraction that builds InterfaceConverter<T> instances given the SourceContext.
public class InterfaceConverterFactory<T> : Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory where T : class
type InterfaceConverterFactory<'T (requires 'T : null)> = class
inherit JsonConverterFactory
Public Class InterfaceConverterFactory(Of T)
Inherits JsonConverterFactory
Type Parameters
- T
Type of class that the built InterfaceConverter<T> will handle during Json deserialization.
- Inheritance
Constructors
InterfaceConverterFactory<T>() |
Methods
Build(ResourceExplorer, SourceContext) |
Builds an instance of Newtonsoft.Json.JsonConverter given the current SourceContext. |