| Frames | No Frames |
Classes derived from java.beans.PersistenceDelegate | |
| class | DefaultPersistenceDelegate is a PersistenceDelegate
implementation that can be used to serialize objects which adhere to the
Java Beans naming convention.
|
Methods with parameter type java.beans.PersistenceDelegate | |
| void | Sets the PersistenceDelegate instance for the given class.
|
Methods with return type java.beans.PersistenceDelegate | |
| PersistenceDelegate | Encoder.getPersistenceDelegate(Class> type) |
Classes derived from java.beans.PersistenceDelegate | |
| class | |
| class | The ClassPersistenceDelegate creates
Expression instances which denote class resolutions.
The class resolution is always the last step when serializing a tree
of objects. |
| class | A PersistenceDelegate implementation that calls
the no-argument constructor to create the Collection instance and
uses an iterator to add all the objects it reaches through it.
It is used for Set and List
implementations.
|
| class | |
| class | A shared PersistenceDelegate implementation for all primitive types.
|