com.caucho.hessian.io
Class RemoteSerializer

java.lang.Object
  extended bycom.caucho.hessian.io.Serializer
      extended bycom.caucho.hessian.io.RemoteSerializer

public class RemoteSerializer
extends Serializer

Serializing a remote object.


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

RemoteSerializer

public RemoteSerializer()
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