com.caucho.json.ser
Class LongArraySerializer

java.lang.Object
  extended by com.caucho.json.ser.AbstractJsonSerializer<long[]>
      extended by com.caucho.json.ser.LongArraySerializer
All Implemented Interfaces:
JsonSerializer<long[]>

public class LongArraySerializer
extends AbstractJsonSerializer<long[]>


Method Summary
 void write(JsonOutput out, long[] 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,
                  long[] value,
                  boolean annotated)
           throws java.io.IOException
Throws:
java.io.IOException