com.caucho.json.ser
Class AtomicIntegerSerializer

java.lang.Object
  extended by com.caucho.json.ser.AbstractJsonSerializer<java.util.concurrent.atomic.AtomicInteger>
      extended by com.caucho.json.ser.AtomicIntegerSerializer
All Implemented Interfaces:
JsonSerializer<java.util.concurrent.atomic.AtomicInteger>

public class AtomicIntegerSerializer
extends AbstractJsonSerializer<java.util.concurrent.atomic.AtomicInteger>


Method Summary
 void write(JsonOutput out, java.util.concurrent.atomic.AtomicInteger 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.concurrent.atomic.AtomicInteger value,
                  boolean annotated)
           throws java.io.IOException
Throws:
java.io.IOException