public class LngLatAltDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LngLatAlt>
| Constructor and Description |
|---|
LngLatAltDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
LngLatAlt |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected LngLatAlt |
deserializeArray(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
public LngLatAlt deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<LngLatAlt>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionprotected LngLatAlt deserializeArray(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2013. All Rights Reserved.