Frames | No Frames |
Classes derived from java.beans.Encoder | |
class | This class uses the PersistenceDelegate and Encoder
infrastructure to generate an XML representation of the objects it
serializes.
|
Methods with parameter type java.beans.Encoder | |
void | DefaultPersistenceDelegate.initialize(Class> type, Object oldInstance, Object newInstance, Encoder out) |
void | |
Expression | |
Expression | |
void |
Methods with parameter type java.beans.Encoder | |
void | ArrayPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | CollectionPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | MapPersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
void | PrimitivePersistenceDelegate.initialize(Class<T> type, Object oldInstance, Object newInstance, Encoder out) |
Expression | |
Expression | |
Expression | |
Expression | |
Expression |