Uses of Class
org.codehaus.jackson.map.ser.std.BeanSerializerBase
Packages that use BeanSerializerBase
Package
Description
Contains implementation classes of serialization part of
data binding.
Contains implementation classes of serialization part of
data binding.
-
Uses of BeanSerializerBase in org.codehaus.jackson.map.ser
Subclasses of BeanSerializerBase in org.codehaus.jackson.map.serModifier and TypeClassDescriptionclassSerializer class that can serialize arbitrary bean objectsConstructors in org.codehaus.jackson.map.ser with parameters of type BeanSerializerBaseModifierConstructorDescriptionprotectedAlternate copy constructor that can be used to construct standardBeanSerializerpassing an instance of "compatible enough" source serializer. -
Uses of BeanSerializerBase in org.codehaus.jackson.map.ser.impl
Subclasses of BeanSerializerBase in org.codehaus.jackson.map.ser.implConstructors in org.codehaus.jackson.map.ser.impl with parameters of type BeanSerializerBaseModifierConstructorDescriptionConstructor used for creating unwrapping instance of a standardBeanSerializer -
Uses of BeanSerializerBase in org.codehaus.jackson.map.ser.std
Constructors in org.codehaus.jackson.map.ser.std with parameters of type BeanSerializerBaseModifierConstructorDescriptionprotectedCopy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.