Share via


JsonLoadObserverWrapper Class

Definition

Caution

Deprecated in favor of IJsonLoadObserver.

Wrapper for legacy support of IConverterObserver.

[System.Obsolete("Deprecated in favor of IJsonLoadObserver.")]
public class JsonLoadObserverWrapper : Microsoft.Bot.Builder.Dialogs.Declarative.Observers.IJsonLoadObserver
[<System.Obsolete("Deprecated in favor of IJsonLoadObserver.")>]
type JsonLoadObserverWrapper = class
    interface IJsonLoadObserver
Public Class JsonLoadObserverWrapper
Implements IJsonLoadObserver
Inheritance
JsonLoadObserverWrapper
Attributes
Implements

Constructors

JsonLoadObserverWrapper(IConverterObserver)

Initializes a new instance of the JsonLoadObserverWrapper class.

Methods

OnAfterLoadToken<T>(SourceContext, SourceRange, JToken, T, T)

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.

OnBeforeLoadToken<T>(SourceContext, SourceRange, JToken, T)

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.

Applies to