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(java.lang.String rootName)
Constructor for AbstractObjectWriter.
|
| 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(java.lang.String rootName)
Constructor for AbstractObjectWriter.
rootName - a String object.protected final JsonDeserializer<T> newDeserializer()
newDeserializer in class AbstractObjectMapper<T>Copyright © 2018. All Rights Reserved.