org.jboss.serial.references
Class ConstructorPersistentReference
java.lang.Object
org.jboss.serial.references.PersistentReference
org.jboss.serial.references.ArgumentPersistentReference
org.jboss.serial.references.ConstructorPersistentReference
public class ConstructorPersistentReference
- extends ArgumentPersistentReference
This class is not used by JBossSerialization itself, as the constructor used is slightly different (GhostConstructor), but I kept the implementation here as a reference for others.
- Author:
- Clebert Suconic
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstructorPersistentReference
public ConstructorPersistentReference(java.lang.Class clazz,
java.lang.Object referencedObject,
int referenceType)
rebuildReference
public java.lang.Object rebuildReference()
throws java.lang.Exception
- Specified by:
rebuildReference
in class PersistentReference
- Throws:
java.lang.Exception
JBoss Serialization, a new approach to java-serialization.