public class StandardObjectDeserializer<T,R extends JsonObjectReader<T>>
extends java.lang.Object
| Constructor and Description |
|---|
StandardObjectDeserializer(FieldParserRegistry<T,R> registry,
<any> readerSupplier) |
| Modifier and Type | Method and Description |
|---|---|
T |
deserialize(JsonParser jp,
DeserializationContext ctxt) |
public StandardObjectDeserializer(FieldParserRegistry<T,R> registry, <any> readerSupplier)
public T deserialize(JsonParser jp, DeserializationContext ctxt) throws java.io.IOException
java.io.IOException