Uses of Interface
com.pnfsoftware.jeb.util.serialization.IDeserializationEventHandler
Packages that use IDeserializationEventHandler
Package
Description
JEB's custom serialization facility (PNF-ORPD).
-
Uses of IDeserializationEventHandler in com.pnfsoftware.jeb.util.serialization
Fields in com.pnfsoftware.jeb.util.serialization with type parameters of type IDeserializationEventHandlerModifier and TypeFieldDescriptionprotected MultiMap<Class<?>,IDeserializationEventHandler> AbstractInternalDeserializer.objectCreatedHookMapMethods in com.pnfsoftware.jeb.util.serialization with parameters of type IDeserializationEventHandlerModifier and TypeMethodDescriptionvoidAbstractInternalDeserializer.addObjectCreatedHook(Class<?> c, IDeserializationEventHandler handler) voidDeserializer.addObjectCreatedHook(Class<?> c, IDeserializationEventHandler handler) voidAbstractInternalDeserializer.removeObjectCreatedHook(Class<?> c, IDeserializationEventHandler handler) voidDeserializer.removeObjectCreatedHook(Class<?> c, IDeserializationEventHandler handler)