Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
ExternalizableHelper.DefaultObjectStreamFactory
Default ObjectStreamFactory implementation.
|
Modifier and Type | Field | Description |
---|---|---|
static ObjectStreamFactory |
ExternalizableHelper.s_streamfactory
Option: Configurable ObjectStreamFactory.
|
Modifier and Type | Method | Description |
---|---|---|
static ObjectStreamFactory |
ExternalizableHelper.getObjectStreamFactory()
Return the ObjectStreamFactory used to convert DataInput/Output into
ObjectInput/Output streams.
|
Modifier and Type | Method | Description |
---|---|---|
static void |
ExternalizableHelper.setObjectStreamFactory(ObjectStreamFactory factory)
Specify an ObjectStreamFactory that should be used to convert
DataInput/Output into ObjectInput/Output streams.
|