public class CalendarSerializer extends DateTimeSerializerBase<java.util.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(java.lang.Boolean useTimestamp,
java.text.DateFormat customFormat) |
Modifier and Type | Method and Description |
---|---|
void |
serialize(java.util.Calendar value,
JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
CalendarSerializer |
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 CalendarSerializer instance
public CalendarSerializer()
public CalendarSerializer(java.lang.Boolean useTimestamp, java.text.DateFormat customFormat)
public CalendarSerializer withFormat(java.lang.Boolean timestamp, java.text.DateFormat customFormat)
withFormat
in class DateTimeSerializerBase<java.util.Calendar>
public void serialize(java.util.Calendar value, JsonGenerator g, SerializerProvider provider) throws java.io.IOException
JsonSerializer
serialize
in class DateTimeSerializerBase<java.util.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.java.io.IOException
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"