com.caucho.hessian.io
Class CalendarSerializer

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

public class CalendarSerializer
extends AbstractSerializer

Serializing a calendar.


Field Summary
private static CalendarSerializer SERIALIZER
           
 
Fields inherited from class com.caucho.hessian.io.AbstractSerializer
log
 
Constructor Summary
CalendarSerializer()
           
 
Method Summary
static CalendarSerializer create()
           
 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
 

Field Detail

SERIALIZER

private static CalendarSerializer SERIALIZER
Constructor Detail

CalendarSerializer

public CalendarSerializer()
Method Detail

create

public static CalendarSerializer create()

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