Interface AfterDeserialize

Interface for classes that want to apply an additional deserialization logic after default deserialization. If a class implements this interface, its afterDeserialize method will be called after the deserialization.

Hierarchy

  • AfterDeserialize

Methods

  • Additional deserialization logic.

    Returns void

Generated using TypeDoc