public abstract class BaseTupleStoreDeserializer<T extends TupleStore>
extends com.fasterxml.jackson.databind.JsonDeserializer<T>
| Constructor and Description |
|---|
BaseTupleStoreDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
deserialize(com.fasterxml.jackson.databind.JsonNode root) |
T |
deserialize(com.fasterxml.jackson.core.JsonParser jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
public T deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<T extends TupleStore>IOExceptionpublic abstract T deserialize(com.fasterxml.jackson.databind.JsonNode root)
Copyright © 2015 Calrissian. All rights reserved.