| Package | Description |
|---|---|
| org.codehaus.jackson.map.ser |
Contains implementation classes of serialization part of
data binding.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
CustomSerializerFactory |
Serializer factory implementation that allows for configuring
mapping between types (classes) and serializers to use, by using
multiple types of overrides.
|
| Modifier and Type | Field | Description |
|---|---|---|
static BeanSerializerFactory |
BeanSerializerFactory.instance |
Like
BasicSerializerFactory, this factory is stateless, and
thus a single shared global (== singleton) instance can be used
without thread-safety issues. |