Package com.caucho.hessian.io
Class ThrowableSerializer
- java.lang.Object
-
- com.caucho.hessian.io.AbstractSerializerWrapper
-
- com.caucho.hessian.io.ThrowableSerializer
-
- All Implemented Interfaces:
Serializer
public class ThrowableSerializer extends AbstractSerializerWrapper
Serializing an object for known object types.
-
-
Field Summary
-
Fields inherited from class com.caucho.hessian.io.AbstractSerializerWrapper
log
-
-
Constructor Summary
Constructors Constructor Description ThrowableSerializer(Serializer ser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected SerializergetDelegate()voidwriteObject(Object obj, AbstractHessianOutput out)
-
-
-
Constructor Detail
-
ThrowableSerializer
public ThrowableSerializer(Serializer ser)
-
-
Method Detail
-
getDelegate
protected Serializer getDelegate()
- Specified by:
getDelegatein classAbstractSerializerWrapper
-
writeObject
public void writeObject(Object obj, AbstractHessianOutput out) throws IOException
- Specified by:
writeObjectin interfaceSerializer- Overrides:
writeObjectin classAbstractSerializerWrapper- Throws:
IOException
-
-