JsonFormatVisitable, SchemaAware, Serializablepublic class TimeZoneSerializer extends StdScalarSerializer<TimeZone>
JsonSerializer.None_handledType| Constructor | Description |
|---|---|
TimeZoneSerializer() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
serialize(TimeZone 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.
|
void |
serializeWithType(TimeZone value,
com.fasterxml.jackson.core.JsonGenerator g,
SerializerProvider provider,
TypeSerializer typeSer) |
Default implementation will write type prefix, call regular serialization
method (since assumption is that value itself does not need JSON
Array or Object start/end markers), and then write type suffix.
|
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitacceptJsonFormatVisitor, getSchema_neitherNull, _nonEmpty, createSchemaNode, createSchemaNode, findAnnotatedContentSerializer, findContextualConvertingSerializer, findConvertingContentSerializer, findFormatFeature, findFormatOverrides, findIncludeOverrides, findPropertyFilter, getSchema, handledType, isDefaultSerializer, visitArrayFormat, visitArrayFormat, visitFloatFormat, visitIntFormat, visitIntFormat, visitStringFormat, visitStringFormat, wrapAndThrow, wrapAndThrowpublic void serialize(TimeZone value, com.fasterxml.jackson.core.JsonGenerator g, SerializerProvider provider) throws IOException
JsonSerializerserialize in class StdSerializer<TimeZone>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.IOExceptionpublic void serializeWithType(TimeZone value, com.fasterxml.jackson.core.JsonGenerator g, SerializerProvider provider, TypeSerializer typeSer) throws IOException
StdScalarSerializerserializeWithType in class StdScalarSerializer<TimeZone>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.typeSer - Type serializer to use for including type informationIOExceptionCopyright © 2008–2018. All rights reserved.