Uses of Package
org.codehaus.jackson.map.ser.std
Packages that use org.codehaus.jackson.map.ser.std
Package
Description
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.
Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
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
-
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.serClassDescriptionBase class both for the standard bean serializer, and couple of variants that only differ in small details.Standard serializer for
Calendar
.Intermediate base class for types that contain element(s) of other types.For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.Standard serializer used forEnum
types.Standard serializer implementation for serializing {link java.util.Map} types.Intermediate base class for limited number of scalar types that should never include type information.Generic handler for types that implementJsonSerializable
.Generic handler for types that implementJsonSerializableWithType
.Base class used by all standard serializers.Dummy container class to group standard homogenous array serializer implementations (primitive arrays and String array).Class that providers access to serializers user for non-structured JDK types that are serializer as scalars; some using basicToStringSerializer
, others explicit serializers.Specialized serializer that can be used as the generic key serializer, when serializingMap
s to JSON Objects.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.implClassDescriptionBase class both for the standard bean serializer, and couple of variants that only differ in small details.Base class used by all standard serializers.
-
Classes in org.codehaus.jackson.map.ser.std used by org.codehaus.jackson.map.ser.stdClassDescriptionBase class for serializers that will output contents as JSON arrays; typically serializers used for
Collection
and array types.Base class both for the standard bean serializer, and couple of variants that only differ in small details.Standard serializer forCalendar
.Intermediate base class for types that contain element(s) of other types.For efficiency, we will serialize Dates as longs, instead of potentially more readable Strings.Standard serializer used forEnum
types.Simple serializer forInetAddress
.Standard serializer implementation for serializing {link java.util.Map} types.Intermediate base class for limited number of scalar types that should never include type information.This is a simple dummy serializer that will just output literal JSON null value whenever serialization is requested.Generic handler for types that implementJsonSerializable
.Generic handler for types that implementJsonSerializableWithType
.Base class used by all standard serializers.Intermediate base class for Lists, Collections and Arrays that contain static (non-dynamic) value types.Base class for serializers that will output contents as JSON arrays.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