Uses of Class
com.pnfsoftware.jeb.util.serialization.SerializationException
Packages that use SerializationException
Package
Description
JEB's custom serialization facility (PNF-ORPD).
-
Uses of SerializationException in com.pnfsoftware.jeb.util.serialization
Subclasses of SerializationException in com.pnfsoftware.jeb.util.serializationModifier and TypeClassDescriptionclass
The exception is raised when the serialization is cancelled.Methods in com.pnfsoftware.jeb.util.serialization that throw SerializationExceptionModifier and TypeMethodDescriptionprotected com.pnfsoftware.jeb.util.serialization.AbstractInternalDeserializer.CustomMethods
AbstractInternalDeserializer.getCustomMethods
(Object o, Class<?> targetClass) protected void
AbstractInternalDeserializer.restoreFieldValue
(Object o, Class<?> targetClass, int fieldId, Object fieldObject)