public abstract class AbstractObjectWriter<T> extends AbstractObjectMapper<T> implements ObjectWriter<T>
ObjectWriter. Extends AbstractObjectMapper to avoid code duplication, trying to read with this
writer will result in an UnsupportedOperationException.| Constructor and Description |
|---|
AbstractObjectWriter(String rootName) |
| Modifier and Type | Method and Description |
|---|---|
protected JsonDeserializer<T> |
newDeserializer()
Instantiates a new deserializer
|
getDeserializer, getSerializer, newSerializer, read, read, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writepublic AbstractObjectWriter(String rootName)
protected final JsonDeserializer<T> newDeserializer()
AbstractObjectMappernewDeserializer in class AbstractObjectMapper<T>Copyright © 2016. All Rights Reserved.