public abstract class AbstractObjectReader<T> extends AbstractObjectMapper<T> implements ObjectReader<T>
ObjectReader. Extends AbstractObjectMapper to avoid code duplication, trying to write with this
reader will result in an UnsupportedOperationException.| Constructor and Description |
|---|
AbstractObjectReader(String rootName) |
| Modifier and Type | Method and Description |
|---|---|
protected JsonSerializer<T> |
newSerializer(JsonSerializationContext ctx)
Instantiates a new serializer
|
newDeserializer, read, read, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitread, readpublic AbstractObjectReader(String rootName)
protected final JsonSerializer<T> newSerializer(JsonSerializationContext ctx)
AbstractObjectMappernewSerializer in class AbstractObjectMapper<T>ctx - Context of the current serialization processCopyright © 2013. All Rights Reserved.