Interface IDeserializationEventHandler


public interface IDeserializationEventHandler
Interface for receivers of deserialization events.
  • Method Details

    • notifyObjectCreated

      void notifyObjectCreated(Class<?> c, Object o)
      Parameters:
      c -
      o -