public static class StdKeySerializers.CalendarKeySerializer extends SerializerBase<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(Calendar value,
JsonGenerator jgen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
createObjectNode, createSchemaNode, createSchemaNode, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrow, wrapAndThrow, wrapAndThrow
isUnwrappingSerializer, serializeWithType, unwrappingSerializer
protected static final JsonSerializer<?> instance
public StdKeySerializers.CalendarKeySerializer()
public void serialize(Calendar value, JsonGenerator jgen, SerializerProvider provider) throws IOException, JsonGenerationException
JsonSerializer
serialize
in class SerializerBase<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.IOException
JsonGenerationException