public static class StdKeySerializers.DateKeySerializer extends StdSerializer<Date>
JsonSerializer.None| Modifier and Type | Field and Description | 
|---|---|
| protected static JsonSerializer<?> | instance | 
_handledType| Constructor and Description | 
|---|
| StdKeySerializers.DateKeySerializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | serialize(Date value,
         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, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isUnwrappingSerializer, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectIdprotected static final JsonSerializer<?> instance
public void serialize(Date value, JsonGenerator jgen, SerializerProvider provider) throws IOException, JsonGenerationException
JsonSerializerserialize 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.IOExceptionJsonGenerationExceptionCopyright © 2014 FasterXML. All Rights Reserved.