com.caucho.hessian.io
Class ClassSerializer

java.lang.Object
  extended by com.caucho.hessian.io.Serializer
      extended by com.caucho.hessian.io.ClassSerializer

public class ClassSerializer
extends Serializer

Serializing a remote object.


Constructor Summary
ClassSerializer()
           
 
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

ClassSerializer

public ClassSerializer()
Method Detail

writeObject

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