Uses of Class
org.codehaus.jackson.map.ser.std.BeanSerializerBase

Packages that use BeanSerializerBase
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   
 

Uses of BeanSerializerBase in org.codehaus.jackson.map.ser
 

Subclasses of BeanSerializerBase in org.codehaus.jackson.map.ser
 class BeanSerializer
          Serializer class that can serialize arbitrary bean objects
 

Constructors in org.codehaus.jackson.map.ser with parameters of type BeanSerializerBase
BeanSerializer(BeanSerializerBase src)
          Alternate copy constructor that can be used to construct standard BeanSerializer passing 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.impl
 class UnwrappingBeanSerializer
           
 

Constructors in org.codehaus.jackson.map.ser.impl with parameters of type BeanSerializerBase
UnwrappingBeanSerializer(BeanSerializerBase src)
          Constructor used for creating unwrapping instance of a standard BeanSerializer
 

Uses of BeanSerializerBase in org.codehaus.jackson.map.ser.std
 

Constructors in org.codehaus.jackson.map.ser.std with parameters of type BeanSerializerBase
BeanSerializerBase(BeanSerializerBase src)
          Copy-constructor that is useful for sub-classes that just want to copy all super-class properties without modifications.