public static class StdKeySerializers.CalendarKeySerializer extends StdSerializer<java.util.Calendar>
JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
protected static JsonSerializer<?> |
instance |
_handledType| Constructor and Description |
|---|
StdKeySerializers.CalendarKeySerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.util.Calendar value,
com.fasterxml.jackson.core.JsonGenerator jgen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectIdprotected static final JsonSerializer<?> instance
public StdKeySerializers.CalendarKeySerializer()
public void serialize(java.util.Calendar value,
com.fasterxml.jackson.core.JsonGenerator jgen,
SerializerProvider provider)
throws java.io.IOException,
com.fasterxml.jackson.core.JsonGenerationException
JsonSerializerserialize in class StdSerializer<java.util.Calendar>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.IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2013. All Rights Reserved.