public abstract class AbstractMarshaller extends Object implements Marshaller
GridByteArrayList. These implementations
use GridByteArrayInputStream or GridByteArrayOutputStream
to marshal and unmarshal objects.| Modifier and Type | Field and Description |
|---|---|
protected MarshallerContext |
ctx
Context.
|
static int |
DFLT_BUFFER_SIZE
Default initial buffer size for the
GridByteArrayOutputStream. |
| Constructor and Description |
|---|
AbstractMarshaller() |
| Modifier and Type | Method and Description |
|---|---|
MarshallerContext |
getContext() |
abstract void |
onUndeploy(ClassLoader ldr)
Undeployment callback invoked when class loader is being undeployed.
|
void |
setContext(MarshallerContext ctx)
Sets marshaller context.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmarshal, marshal, unmarshal, unmarshalpublic static final int DFLT_BUFFER_SIZE
GridByteArrayOutputStream.protected MarshallerContext ctx
public abstract void onUndeploy(ClassLoader ldr)
ldr - Class loader being undeployed.public MarshallerContext getContext()
public void setContext(MarshallerContext ctx)
setContext in interface Marshallerctx - Marshaller context.
GridGain In-Memory Computing Platform : ver. 8.9.26 Release Date : October 16 2025