public abstract class AbstractSerializerWrapper extends java.lang.Object implements Serializer
| Modifier and Type | Field and Description |
|---|---|
protected static java.util.logging.Logger |
log |
| Constructor and Description |
|---|
AbstractSerializerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Serializer |
getDelegate() |
void |
writeObject(java.lang.Object obj,
AbstractHessianOutput out) |
protected abstract Serializer getDelegate()
public void writeObject(java.lang.Object obj,
AbstractHessianOutput out)
throws java.io.IOException
writeObject in interface Serializerjava.io.IOException