Click or drag to resize

IJsonDeserializableRoot Interface

Class with events called during JSON deserialization operations.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public interface IJsonDeserializableRoot

The IJsonDeserializableRoot type exposes the following members.

Methods
  NameDescription
Public methodDeserialized
Method called after a JSON deserialization.
Top
See Also