SchemaAware
public static class StdKeySerializers.DateKeySerializer extends SerializerBase<java.util.Date>
JsonSerializer.None
Modifier and Type | Field | Description |
---|---|---|
protected static JsonSerializer<?> |
instance |
_handledType
Constructor | Description |
---|---|
DateKeySerializer() |
Modifier and Type | Method | Description |
---|---|---|
void |
serialize(java.util.Date value,
JsonGenerator jgen,
SerializerProvider provider) |
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
protected static final JsonSerializer<?> instance
public void serialize(java.util.Date value, JsonGenerator jgen, SerializerProvider provider) throws java.io.IOException, JsonGenerationException
JsonSerializer
serialize
in class SerializerBase<java.util.Date>
value
- Value to serialize; can not be null.jgen
- Generator used to output resulting Json contentprovider
- Provider that can be used to get serializers for
serializing Objects value contains, if any.java.io.IOException
JsonGenerationException