| Class | Description |
|---|---|
| ArgumentPersistentReference |
Abstract class used where reflection operations with arguments are used (like Methods and Constructors)
|
| 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.
|
| EmptyReference | |
| FieldPersistentReference |
Creates a persistentReference for Fields
|
| MethodPersistentReference |
A reference to a field.
|
| PersistentReference |
Base class for persistent references.
|
Copyright © 2011-2012 Ovea. All Rights Reserved.