com.caucho.hessian.io
Class StringValueSerializer

java.lang.Object
  extended by com.caucho.hessian.io.AbstractSerializer
      extended by com.caucho.hessian.io.StringValueSerializer
All Implemented Interfaces:
Serializer

public class StringValueSerializer
extends AbstractSerializer

Serializing a remote object.


Field Summary
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
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 interface Serializer
Specified by:
writeObject in class AbstractSerializer
Throws:
java.io.IOException