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