Microsoft.Bot.Builder.Dialogs.Declarative.Observers 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
JsonLoadObserverWrapper |
Wrapper for legacy support of IConverterObserver. |
Interfaces
IConverterObserver |
Observer for Newtonsoft.Json.JsonConverter instances. Handles notifications around the object loading lifecycle, including the ability to intercept and provide alternate values to be considered by the converters. |
IJsonLoadObserver |
Observer for Newtonsoft.Json.JsonConverter instances. Handles notifications around the object loading lifecycle, including the ability to intercept and provide alternate values to be considered by the converters. |
IObservableConverter |
Marks a Newtonsoft.Json.JsonConverter that allows registrations of IConverterObserver. |
IObservableJsonConverter |
Marks a Newtonsoft.Json.JsonConverter that allows registrations of IJsonLoadObserver. |