com.caucho.burlap.io
Class SqlDateSerializer

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

public class SqlDateSerializer
extends Serializer

Serializing a sql date object.


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

SqlDateSerializer

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