public abstract class SubtypeSerializer<T> extends HasSerializer<T,AbstractBeanJsonSerializer<T>>
AbstractBeanJsonSerializer| Constructor and Description |
|---|
SubtypeSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serializeObject(JsonWriter writer,
T value,
JsonSerializationContext ctx) |
getSerializer, newSerializerpublic void serializeObject(JsonWriter writer, T value, JsonSerializationContext ctx) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.