Microsoft.Bot.Builder.Dialogs.Declarative.Observers Namespace

Classes

Name Description
JsonLoadObserverWrapper

Wrapper for legacy support of IConverterObserver.

Interfaces

Name Description
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.