@Deprecated public static class StdKeySerializers.CalendarKeySerializer extends StdSerializer<Calendar>
JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
protected static JsonSerializer<?> |
instance
Deprecated.
|
_handledType| Constructor and Description |
|---|
StdKeySerializers.CalendarKeySerializer()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Calendar value,
JsonGenerator g,
SerializerProvider provider)
Deprecated.
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findConvertingContentSerializer, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterIdprotected static final JsonSerializer<?> instance
public StdKeySerializers.CalendarKeySerializer()
public void serialize(Calendar value, JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializerserialize in class StdSerializer<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 © 2008–2015 FasterXML. All rights reserved.