@Deprecated public static class StdKeySerializers.DateKeySerializer extends StdSerializer<Date>
JsonSerializer.None
Modifier and Type | Field and Description |
---|---|
protected static JsonSerializer<?> |
instance
Deprecated.
|
_handledType
Constructor and Description |
---|
DateKeySerializer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
serialize(Date value,
com.fasterxml.jackson.core.JsonGenerator jgen,
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, wrapAndThrow
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
protected static final JsonSerializer<?> instance
public void serialize(Date value, com.fasterxml.jackson.core.JsonGenerator jgen, SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
JsonSerializer
serialize
in class StdSerializer<Date>
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
com.fasterxml.jackson.core.JsonGenerationException
Copyright © 2014–2015 FasterXML. All rights reserved.