public abstract class AbstractObjectDeserializer<T>
extends <any>
Map
to more easily reconstruct an object.
Generally speaking greater performance can be attained with deserializer development that directly uses the
JsonParser
.Modifier | Constructor and Description |
---|---|
protected |
AbstractObjectDeserializer(Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
abstract T |
createObject(Map<String,Object> data) |
T |
deserialize(JsonParser jsonParser,
DeserializationContext deserializationContext) |
boolean |
isCachable() |
public T deserialize(JsonParser jsonParser, DeserializationContext deserializationContext) throws IOException, JsonProcessingException
IOException
JsonProcessingException
public boolean isCachable()
Copyright © 2013–2018 Apache Software Foundation. All rights reserved.