Uses of Class
org.jboss.serial.references.PersistentReference

Packages that use PersistentReference
org.jboss.serial.references   
org.jboss.serial.util   
 

Uses of PersistentReference in org.jboss.serial.references
 

Subclasses of PersistentReference in org.jboss.serial.references
 class ArgumentPersistentReference
          Abstract class used where reflection operations with arguments are used (like Methods and Constructors)
 class ConstructorPersistentReference
          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.
 class EmptyReference
           
 class FieldPersistentReference
          Creates a persistentReference for Fields
 class MethodPersistentReference
          A reference to a field.
 

Uses of PersistentReference in org.jboss.serial.util
 

Fields in org.jboss.serial.util declared as PersistentReference
static PersistentReference ClassMetaConsts.emptyReference
           
 



JBoss Serialization, a new approach to java-serialization.