JsonFormatVisitable
, SchemaAware
, Serializable
StdKeySerializers.Default
instead.@Deprecated public class StdKeySerializer extends StdSerializer<Object>
Map
s to JSON Objects.JsonSerializer.None
_handledType
Constructor | Description |
---|---|
StdKeySerializer() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
void |
serialize(Object value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider) |
Deprecated.
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
_neitherNull, _nonEmpty, acceptJsonFormatVisitor, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrow
public void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializer
serialize
in class StdSerializer<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.IOException
Copyright © 2008–2018. All rights reserved.