com.caucho.burlap.io
Class ClassSerializer

java.lang.Object
  extended bycom.caucho.burlap.io.Serializer
      extended bycom.caucho.burlap.io.ClassSerializer

public class ClassSerializer
extends Serializer

Serializing a remote object.


Constructor Summary
ClassSerializer()
           
 
Method Summary
 void writeObject(java.lang.Object obj, AbstractBurlapOutput 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,
                        AbstractBurlapOutput out)
                 throws java.io.IOException
Specified by:
writeObject in class Serializer
Throws:
java.io.IOException