Package | Description |
---|---|
com.tangosol.io |
Contains classes providing cache persistence of serialized objects.
|
Modifier and Type | Class and Description |
---|---|
class |
WrapperBufferInput
This is an imitation BufferInput implementation that provides the
BufferInput interface by delegating to an object that implements the
DataInput interface.
|
static class |
WrapperBufferInput.VersionAwareBufferInput
A BufferInput implementation that in addition to delegating to the given
DataInput provides an API to check whether the sender of the content of
this BufferInput runs a version that supersedes (greater or equal to)
the specified version.
|
class |
WrapperObjectInputStream
This is an imitation ObjectInputStream class that provides the
ObjectInput interface by delegating to an object that implements the
ObjectInput interface.
|