com.caucho.json.ser
Class LongSerializer

java.lang.Object
  extended by com.caucho.json.ser.AbstractJsonSerializer
      extended by com.caucho.json.ser.LongSerializer
All Implemented Interfaces:
JsonSerializer

public class LongSerializer
extends AbstractJsonSerializer


Method Summary
 void write(JsonOutput out, java.lang.Object objValue, 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.lang.Object objValue,
                  boolean annotated)
           throws java.io.IOException
Throws:
java.io.IOException