public abstract class AbstractEvolvable extends Object implements Evolvable
| Constructor | Description |
|---|---|
AbstractEvolvable() |
| Modifier and Type | Method | Description |
|---|---|---|
int |
getDataVersion() |
Obtain the version associated with the data stream from which this
object was deserialized.
|
Binary |
getFutureData() |
Return all the unknown remainder of the data stream from which this
object was deserialized.
|
abstract int |
getImplVersion() |
Determine the serialization version supported by the implementing
class.
|
void |
setDataVersion(int nVersion) |
Set the version associated with the data stream with which this object
is being deserialized.
|
void |
setFutureData(Binary binFuture) |
Store the unknown remainder of the data stream from which this object
is being deserialized.
|
public abstract int getImplVersion()
getImplVersion in interface Evolvablepublic int getDataVersion()
getDataVersion in interface Evolvablepublic void setDataVersion(int nVersion)
setDataVersion in interface EvolvablenVersion - the version of the data in the data stream that will
be used to deserialize this object; greater than or
equal to zeropublic Binary getFutureData()
getFutureData in interface Evolvablepublic void setFutureData(Binary binFuture)
setFutureData in interface EvolvablebinFuture - future data in binary form