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.objectCreatedHookMap
Methods in com.pnfsoftware.jeb.util.serialization with parameters of type IDeserializationEventHandlerModifier and TypeMethodDescriptionvoid
AbstractInternalDeserializer.addObjectCreatedHook
(Class<?> c, IDeserializationEventHandler handler) void
Deserializer.addObjectCreatedHook
(Class<?> c, IDeserializationEventHandler handler) void
AbstractInternalDeserializer.removeObjectCreatedHook
(Class<?> c, IDeserializationEventHandler handler) void
Deserializer.removeObjectCreatedHook
(Class<?> c, IDeserializationEventHandler handler)