public static class StdKeySerializers.Default extends StdSerializer<java.lang.Object>
TODO: Should (but does not yet) support re-configuring format used for
Date and Calendar key serializers,
as well as alternative configuration of Enum key serializers.
JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
protected int |
_typeId |
(package private) static int |
TYPE_CALENDAR |
(package private) static int |
TYPE_CLASS |
(package private) static int |
TYPE_DATE |
(package private) static int |
TYPE_ENUM |
(package private) static int |
TYPE_TO_STRING |
_handledType| Constructor and Description |
|---|
Default(int typeId,
java.lang.Class<?> type) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, createObjectNode, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterIdstatic final int TYPE_DATE
static final int TYPE_CALENDAR
static final int TYPE_CLASS
static final int TYPE_ENUM
static final int TYPE_TO_STRING
protected final int _typeId
public void serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider)
throws java.io.IOException
JsonSerializerserialize in class StdSerializer<java.lang.Object>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.java.io.IOException