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, wait
write
public void write(JsonOutput out, T value) throws java.io.IOException
write
in interface JsonSerializer<T>
java.io.IOException