org.jboss.seam.rest.examples.tasks.json
Class JsonDateSerializer
java.lang.Object
org.codehaus.jackson.map.JsonSerializer<Date>
org.jboss.seam.rest.examples.tasks.json.JsonDateSerializer
public class JsonDateSerializer
- extends org.codehaus.jackson.map.JsonSerializer<Date>
| Nested classes/interfaces inherited from class org.codehaus.jackson.map.JsonSerializer |
org.codehaus.jackson.map.JsonSerializer.None |
|
Method Summary |
void |
serialize(Date value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider)
|
| Methods inherited from class org.codehaus.jackson.map.JsonSerializer |
handledType, serializeWithType |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JsonDateSerializer
public JsonDateSerializer()
serialize
public void serialize(Date value,
org.codehaus.jackson.JsonGenerator jgen,
org.codehaus.jackson.map.SerializerProvider provider)
throws IOException,
org.codehaus.jackson.JsonProcessingException
- Specified by:
serialize in class org.codehaus.jackson.map.JsonSerializer<Date>
- Throws:
IOException
org.codehaus.jackson.JsonProcessingException
Copyright © 2011 Seam Framework. All Rights Reserved.