Package com.caucho.hessian.io
Class AbstractSerializerWrapper
- java.lang.Object
-
- com.caucho.hessian.io.AbstractSerializerWrapper
-
- All Implemented Interfaces:
Serializer
- Direct Known Subclasses:
ThrowableSerializer
public abstract class AbstractSerializerWrapper extends Object implements Serializer
Serializing an object.
-
-
Constructor Summary
Constructors Constructor Description AbstractSerializerWrapper()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract SerializergetDelegate()voidwriteObject(Object obj, AbstractHessianOutput out)
-
-
-
Field Detail
-
log
protected static final Logger log
-
-
Method Detail
-
getDelegate
protected abstract Serializer getDelegate()
-
writeObject
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
- Specified by:
writeObjectin interfaceSerializer- Throws:
IOException
-
-