IObservableJsonConverter Interface
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.
Marks a Newtonsoft.Json.JsonConverter that allows registrations of IJsonLoadObserver.
public interface IObservableJsonConverter
type IObservableJsonConverter = interface
Public Interface IObservableJsonConverter
- Derived
Methods
RegisterObserver(IJsonLoadObserver) |
Registers an observerto receive notifications on converter events. |