public static final class NumberSerializers.LongSerializer extends NumberSerializers.Base<java.lang.Object>
JsonSerializer.None_isInt, _numberType, _schemaType_handledType| Constructor and Description |
|---|
NumberSerializers.LongSerializer(java.lang.Class<?> cls) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator gen,
SerializerProvider provider)
Method that can be called to ask implementation to serialize
values of type this serializer handles.
|
acceptJsonFormatVisitor, createContextual, getSchemaserializeWithTypecreateObjectNode, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowgetDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdpublic NumberSerializers.LongSerializer(java.lang.Class<?> cls)
public void serialize(java.lang.Object value,
com.fasterxml.jackson.core.JsonGenerator gen,
SerializerProvider provider)
throws java.io.IOException
JsonSerializerserialize in class StdSerializer<java.lang.Object>value - Value to serialize; can not be null.gen - 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