LambdaJsonConverterFactory 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 Newtonsoft.Json.JsonConverter instances given the SourceContext from a simple builder lambda.
public class LambdaJsonConverterFactory : Microsoft.Bot.Builder.Dialogs.Declarative.Converters.JsonConverterFactory
type LambdaJsonConverterFactory = class
inherit JsonConverterFactory
Public Class LambdaJsonConverterFactory
Inherits JsonConverterFactory
- Inheritance
Constructors
LambdaJsonConverterFactory(Func<ResourceExplorer,SourceContext,JsonConverter>) |
Initializes a new instance of the LambdaJsonConverterFactory class. |
Methods
Build(ResourceExplorer, SourceContext) |
Builds an instance of Newtonsoft.Json.JsonConverter given the current SourceContext. |