public abstract class AbstractJsonSerializer<T> extends java.lang.Object implements JsonSerializer<T>
| Constructor and Description |
|---|
AbstractJsonSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
write(JsonOutput out,
T value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwritepublic void write(JsonOutput out, T value) throws java.io.IOException
write in interface JsonSerializer<T>java.io.IOException