public class UnixTimestampDeserializer extends org.codehaus.jackson.map.JsonDeserializer<Date>
| Constructor and Description |
|---|
UnixTimestampDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
deserialize(org.codehaus.jackson.JsonParser jp,
org.codehaus.jackson.map.DeserializationContext ctxt)
Method that can be called to ask implementation to deserialize
JSON content into the value type this serializer handles.
|
public Date deserialize(org.codehaus.jackson.JsonParser jp, org.codehaus.jackson.map.DeserializationContext ctxt) throws IOException, org.codehaus.jackson.JsonProcessingException
deserialize in class org.codehaus.jackson.map.JsonDeserializer<Date>jp - Parsed used for reading JSON contentctxt - Context that can be used to access information about
this deserialization activity.IOExceptionorg.codehaus.jackson.JsonProcessingExceptionCopyright © 2014. All rights reserved.