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(JsonDeserializationContext ctx)
Instantiates a new deserializer
|
newSerializer, read, read, write, writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitwrite, writepublic AbstractObjectWriter(String rootName)
protected final JsonDeserializer<T> newDeserializer(JsonDeserializationContext ctx)
AbstractObjectMappernewDeserializer in class AbstractObjectMapper<T>ctx - Context of the current deserialization processCopyright © 2013. All Rights Reserved.