| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.ser | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| com.fasterxml.jackson.databind.ser.std | 
| Modifier and Type | Method and Description | 
|---|---|
protected BeanSerializerBuilder | 
BeanSerializerFactory.constructBeanSerializerBuilder(BeanDescription beanDesc)  | 
BeanSerializerBuilder | 
BeanSerializerModifier.updateBuilder(SerializationConfig config,
             BeanDescription beanDesc,
             BeanSerializerBuilder builder)
Method called by  
BeanSerializerFactory after collecting all information
 regarding POJO to serialize and updating builder with it, but before constructing
 serializer. | 
| Modifier and Type | Method and Description | 
|---|---|
protected List<BeanPropertyWriter> | 
BeanSerializerFactory.findBeanProperties(SerializerProvider prov,
                  BeanDescription beanDesc,
                  BeanSerializerBuilder builder)
Method used to collect all actual serializable properties. 
 | 
protected void | 
BeanSerializerFactory.processViews(SerializationConfig config,
            BeanSerializerBuilder builder)
Method called to handle view information for constructed serializer,
 based on bean property writers. 
 | 
BeanSerializerBuilder | 
BeanSerializerModifier.updateBuilder(SerializationConfig config,
             BeanDescription beanDesc,
             BeanSerializerBuilder builder)
Method called by  
BeanSerializerFactory after collecting all information
 regarding POJO to serialize and updating builder with it, but before constructing
 serializer. | 
| Constructor and Description | 
|---|
BeanSerializer(JavaType type,
              BeanSerializerBuilder builder,
              BeanPropertyWriter[] properties,
              BeanPropertyWriter[] filteredProperties)  | 
BeanSerializerBuilder(BeanSerializerBuilder src)
Copy-constructor that may be used for sub-classing 
 | 
| Constructor and Description | 
|---|
BeanSerializerBase(JavaType type,
                  BeanSerializerBuilder builder,
                  BeanPropertyWriter[] properties,
                  BeanPropertyWriter[] filteredProperties)
Constructor used by  
BeanSerializerBuilder to create an
 instance | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.