| 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 |
| Modifier and Type | Class | Description |
|---|---|---|
class |
BeanSerializer |
Serializer class that can serialize arbitrary bean objects
|
| Constructor | Description |
|---|---|
BeanSerializer(BeanSerializerBase src) |
Alternate copy constructor that can be used to construct
standard
BeanSerializer passing an instance of
"compatible enough" source serializer. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UnwrappingBeanSerializer |
| Constructor | Description |
|---|---|
UnwrappingBeanSerializer(BeanSerializerBase src) |
Constructor used for creating unwrapping instance of a
standard
BeanSerializer |
| Constructor | Description |
|---|---|
BeanSerializerBase(BeanSerializerBase src) |
Copy-constructor that is useful for sub-classes that just want to
copy all super-class properties without modifications.
|