public static class StdKeySerializers.Default extends StdSerializer<Object>
JsonSerializer.None| Modifier and Type | Field and Description |
|---|---|
protected int |
_typeId |
_handledType| Modifier and Type | Method and Description |
|---|---|
void |
serialize(Object value,
com.fasterxml.jackson.core.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, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterIdpublic Default(int typeId,
Class<?> type)
public void serialize(Object value, com.fasterxml.jackson.core.JsonGenerator jgen, SerializerProvider provider) throws IOException, com.fasterxml.jackson.core.JsonGenerationException
JsonSerializerserialize in class StdSerializer<Object>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.IOExceptioncom.fasterxml.jackson.core.JsonGenerationExceptionCopyright © 2014–2015 FasterXML. All rights reserved.