| Package | Description |
|---|---|
| com.googlecode.openbeans |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Expression |
PersistenceDelegate.instantiate(Object oldInstance,
Encoder enc)
Constructs an expression for instantiating an object of the same type as the old instance.
|
protected Expression |
DefaultPersistenceDelegate.instantiate(Object oldInstance,
Encoder enc)
Returns an expression that represents a call to the bean's constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLEncoder.writeExpression(Expression oldExp)
Records the expression so that it can be written out later, then calls super implementation.
|
void |
Encoder.writeExpression(Expression oldExp)
Write an expression of old objects.
|
Copyright © 2014. All Rights Reserved.