Package | Description |
---|---|
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 |
Class and Description |
---|
PropertySerializerMap
Helper container used for resolving serializers for dynamic (possibly but not
necessarily polymorphic) properties: properties whose type is not forced
to use dynamic (declared) type and that are not final.
|
ReadOnlyClassToSerializerMap
Optimized lookup table for accessing two types of serializers; typed
and non-typed.
|
SerializerCache
Simple cache object that allows for doing 2-level lookups: first level is
by "local" read-only lookup Map (used without locking)
and second backup level is by a shared modifiable HashMap.
|
Class and Description |
---|
JsonSerializerMap
Specialized read-only map used for storing and accessing serializers by type.
|
PropertySerializerMap
Helper container used for resolving serializers for dynamic (possibly but not
necessarily polymorphic) properties: properties whose type is not forced
to use dynamic (declared) type and that are not final.
|
PropertySerializerMap.SerializerAndMapResult
Value class used for returning tuple that has both serializer
that was retrieved and new map instance
|
ReadOnlyClassToSerializerMap
Optimized lookup table for accessing two types of serializers; typed
and non-typed.
|
SerializerCache.TypeKey
Key that offers two "modes"; one with raw class, as used for
cases were raw class type is available (for example, when using
runtime type); and one with full generics-including.
|
SimpleBeanPropertyFilter
Simple
BeanPropertyFilter implementation that only uses property name
to determine whether to serialize property as is, or to filter it out. |
SimpleFilterProvider
Simple
FilterProvider implementation that just stores
direct id-to-filter mapping. |
Class and Description |
---|
PropertySerializerMap
Helper container used for resolving serializers for dynamic (possibly but not
necessarily polymorphic) properties: properties whose type is not forced
to use dynamic (declared) type and that are not final.
|