public class CalendarSerializer extends DateTimeSerializerBase<Calendar>
Calendar.
As with other time/date types, is configurable to produce timestamps
(standard Java 64-bit timestamp) or textual formats (usually ISO-8601).JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
static CalendarSerializer |
instance |
| Constructor and Description |
|---|
CalendarSerializer() |
CalendarSerializer(Boolean useTimestamp,
DateFormat customFormat) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Calendar value,
JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
CalendarSerializer |
withFormat(Boolean timestamp,
DateFormat customFormat) |
acceptJsonFormatVisitor, createContextual, getSchema, isEmptyserializeWithTypegetSchema, handledType, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic static final CalendarSerializer instance
public CalendarSerializer()
public CalendarSerializer(Boolean useTimestamp, DateFormat customFormat)
public CalendarSerializer withFormat(Boolean timestamp, DateFormat customFormat)
withFormat in class DateTimeSerializerBase<Calendar>public void serialize(Calendar value, JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializerserialize in class DateTimeSerializerBase<Calendar>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.IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved