com.caucho.hessian.io
Class ThrowableSerializer

java.lang.Object
  extended by com.caucho.hessian.io.Serializer
      extended by com.caucho.hessian.io.JavaSerializer
          extended by com.caucho.hessian.io.ThrowableSerializer

public class ThrowableSerializer
extends JavaSerializer

Serializing an object for known object types.


Constructor Summary
ThrowableSerializer()
           
 
Method Summary
 void writeObject(java.lang.Object obj, AbstractHessianOutput out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThrowableSerializer

public ThrowableSerializer()
Method Detail

writeObject

public void writeObject(java.lang.Object obj,
                        AbstractHessianOutput out)
                 throws java.io.IOException
Overrides:
writeObject in class JavaSerializer
Throws:
java.io.IOException