com.caucho.hessian.io
Class ThrowableSerializer

java.lang.Object
  extended bycom.caucho.hessian.io.Serializer
      extended bycom.caucho.hessian.io.JavaSerializer
          extended bycom.caucho.hessian.io.ThrowableSerializer

public class ThrowableSerializer
extends JavaSerializer

Serializing an object for known object types.


Field Summary
 
Fields inherited from class com.caucho.hessian.io.JavaSerializer
 
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