public class DateSerializer extends DateTimeSerializerBase<java.util.Date>
JsonSerializer.None
Modifier and Type | Field and Description |
---|---|
static DateSerializer |
instance
Default instance that is used when no contextual configuration
is needed.
|
Constructor and Description |
---|
DateSerializer() |
DateSerializer(java.lang.Boolean useTimestamp,
java.text.DateFormat customFormat) |
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.util.Date value,
JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
DateSerializer |
withFormat(java.lang.Boolean timestamp,
java.text.DateFormat customFormat) |
acceptJsonFormatVisitor, createContextual, getSchema, isEmpty
serializeWithType
getSchema, handledType, wrapAndThrow, wrapAndThrow
getDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
public static final DateSerializer instance
public DateSerializer()
public DateSerializer(java.lang.Boolean useTimestamp, java.text.DateFormat customFormat)
public DateSerializer withFormat(java.lang.Boolean timestamp, java.text.DateFormat customFormat)
withFormat
in class DateTimeSerializerBase<java.util.Date>
public void serialize(java.util.Date value, JsonGenerator g, SerializerProvider provider) throws java.io.IOException
JsonSerializer
serialize
in class DateTimeSerializerBase<java.util.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.java.io.IOException
Copyright © 2010 - 2020 Adobe. All Rights Reserved