com.caucho.hessian.io
Class StringValueSerializer

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

public class StringValueSerializer
extends Serializer

Serializing a remote object.


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

StringValueSerializer

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