com.caucho.hessian.io
Class SqlDateSerializer

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

public class SqlDateSerializer
extends Serializer

Serializing a sql date object.


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

SqlDateSerializer

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