public class SqlDateSerializer extends DateTimeSerializerBase<Date>
Date
serialization, we do use String
representation here. Why? Basically to truncate of time part, since
that should not be used by plain SQL date.JsonSerializer.None
_customFormat, _reusedCustomFormat, _useTimestamp
_handledType
Modifier | Constructor and Description |
---|---|
|
SqlDateSerializer() |
protected |
SqlDateSerializer(Boolean useTimestamp,
DateFormat customFormat) |
Modifier and Type | Method and Description |
---|---|
protected long |
_timestamp(Date value) |
void |
serialize(Date value,
JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
SqlDateSerializer |
withFormat(Boolean timestamp,
DateFormat customFormat) |
_acceptJsonFormatVisitor, _asTimestamp, _serializeAsString, acceptJsonFormatVisitor, createContextual, getSchema, isEmpty
serializeWithType
_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
public SqlDateSerializer()
protected SqlDateSerializer(Boolean useTimestamp, DateFormat customFormat)
public SqlDateSerializer withFormat(Boolean timestamp, DateFormat customFormat)
withFormat
in class DateTimeSerializerBase<Date>
protected long _timestamp(Date value)
_timestamp
in class DateTimeSerializerBase<Date>
public void serialize(Date value, JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializer
serialize
in class DateTimeSerializerBase<Date>
value
- Value to serialize; can not be null.g
- Generator used to output resulting Json contentprovider
- Provider that can be used to get serializers for
serializing Objects value contains, if any.IOException
Copyright © 2008–2018 FasterXML. All rights reserved.