Uses of Package
org.codehaus.jackson.map.ser.std
-
Packages that use org.codehaus.jackson.map.ser.std Package Description org.codehaus.jackson.map.ext Contains extended support for "external" packages: things that may or may not be present in runtime environment, but that are commonly enough used so that explicit support can be added.org.codehaus.jackson.map.ser Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.impl Contains implementation classes of serialization part of data binding.org.codehaus.jackson.map.ser.std org.codehaus.jackson.xc Package that contains XML Compatibility functionality for Jackson, such as handlers for JAXB annotations -
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.ext Class Description SerializerBase Base class used by all standard serializers. -
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.ser Class Description BeanSerializerBase Base class both for the standard bean serializer, and couple of variants that only differ in small details.CalendarSerializer Standard serializer forCalendar
.ContainerSerializerBase Intermediate base class for types that contain element(s) of other types.DateSerializer For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.EnumSerializer Standard serializer used forEnum
types.MapSerializer Standard serializer implementation for serializing {link java.util.Map} types.NonTypedScalarSerializerBase Intermediate base class for limited number of scalar types that should never include type information.ScalarSerializerBase SerializableSerializer Generic handler for types that implementJsonSerializable
.SerializableWithTypeSerializer Generic handler for types that implementJsonSerializableWithType
.SerializerBase Base class used by all standard serializers.StdArraySerializers Dummy container class to group standard homogenous array serializer implementations (primitive arrays and String array).StdContainerSerializers StdJdkSerializers Class that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basicToStringSerializer
, others explicit serializers.StdKeySerializer Specialized serializer that can be used as the generic key serializer, when serializingMap
s to JSON Objects.ToStringSerializer Simple general purpose serializer, useful for any type for whichObject.toString()
returns the desired JSON value. -
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.ser.impl Class Description BeanSerializerBase Base class both for the standard bean serializer, and couple of variants that only differ in small details.SerializerBase Base class used by all standard serializers. -
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.ser.std Class Description AsArraySerializerBase Base class for serializers that will output contents as JSON arrays; typically serializers used forCollection
and array types.BeanSerializerBase Base class both for the standard bean serializer, and couple of variants that only differ in small details.CalendarSerializer Standard serializer forCalendar
.ContainerSerializerBase Intermediate base class for types that contain element(s) of other types.DateSerializer For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.EnumSerializer Standard serializer used forEnum
types.InetAddressSerializer Simple serializer forInetAddress
.MapSerializer Standard serializer implementation for serializing {link java.util.Map} types.NonTypedScalarSerializerBase Intermediate base class for limited number of scalar types that should never include type information.NullSerializer This is a simple dummy serializer that will just output literal JSON null value whenever serialization is requested.ScalarSerializerBase SerializableSerializer Generic handler for types that implementJsonSerializable
.SerializableWithTypeSerializer Generic handler for types that implementJsonSerializableWithType
.SerializerBase Base class used by all standard serializers.StaticListSerializerBase Intermediate base class for Lists, Collections and Arrays that contain static (non-dynamic) value types.StdArraySerializers.ArraySerializerBase Base class for serializers that will output contents as JSON arrays.TimeZoneSerializer ToStringSerializer Simple general purpose serializer, useful for any type for whichObject.toString()
returns the desired JSON value. -
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.xc Class Description SerializerBase Base class used by all standard serializers.