public interface Clearable
clearSurplusData()
is intended to be called whenever the object is
sent back to client in order to minimize problems with unknown
classes after deserialization.Modifier and Type | Method and Description |
---|---|
void |
clearSurplusData()
Clears the data stored in this object.
|