com.caucho.json.ser
Class DateSerializer

java.lang.Object
  extended by com.caucho.json.ser.AbstractJsonSerializer<java.util.Date>
      extended by com.caucho.json.ser.DateSerializer
All Implemented Interfaces:
JsonSerializer<java.util.Date>

public class DateSerializer
extends AbstractJsonSerializer<java.util.Date>


Method Summary
 void write(JsonOutput out, java.util.Date value, boolean annotated)
           
 
Methods inherited from class com.caucho.json.ser.AbstractJsonSerializer
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

write

public void write(JsonOutput out,
                  java.util.Date value,
                  boolean annotated)
           throws java.io.IOException
Throws:
java.io.IOException