public class LocalDateJsonSerializer
extends org.codehaus.jackson.map.ser.std.SerializerBase<org.joda.time.LocalDate>
Constructor and Description |
---|
LocalDateJsonSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
serialize(org.joda.time.LocalDate value,
org.codehaus.jackson.JsonGenerator gen,
org.codehaus.jackson.map.SerializerProvider arg2) |
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
public void serialize(org.joda.time.LocalDate value, org.codehaus.jackson.JsonGenerator gen, org.codehaus.jackson.map.SerializerProvider arg2) throws java.io.IOException, org.codehaus.jackson.JsonProcessingException
serialize
in class org.codehaus.jackson.map.ser.std.SerializerBase<org.joda.time.LocalDate>
java.io.IOException
org.codehaus.jackson.JsonProcessingException