|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.json.ser.AbstractJsonSerializer<T>
public abstract class AbstractJsonSerializer<T>
Constructor Summary | |
---|---|
AbstractJsonSerializer()
|
Method Summary | |
---|---|
void |
write(JsonOutput out,
T value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.caucho.json.ser.JsonSerializer |
---|
write |
Constructor Detail |
---|
public AbstractJsonSerializer()
Method Detail |
---|
public void write(JsonOutput out, T value) throws java.io.IOException
write
in interface JsonSerializer<T>
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |