| Package | Description |
|---|---|
| org.codehaus.jackson.map.ser |
Contains implementation classes of serialization part of
data binding.
|
| org.codehaus.jackson.map.ser.std |
| Modifier and Type | Class | Description |
|---|---|---|
class |
MapSerializer |
Deprecated.
Since 1.9 use
MapSerializer |
| Modifier and Type | Field | Description |
|---|---|---|
protected MapSerializer |
AnyGetterWriter._serializer |
| Constructor | Description |
|---|---|
AnyGetterWriter(AnnotatedMethod anyGetter,
MapSerializer serializer) |
| Modifier and Type | Method | Description |
|---|---|---|
static MapSerializer |
MapSerializer.construct(java.lang.String[] ignoredList,
JavaType mapType,
boolean staticValueType,
TypeSerializer vts,
BeanProperty property) |
Deprecated.
As of 1.8; use the variant with more arguments
|
static MapSerializer |
MapSerializer.construct(java.lang.String[] ignoredList,
JavaType mapType,
boolean staticValueType,
TypeSerializer vts,
BeanProperty property,
JsonSerializer<java.lang.Object> keySerializer,
JsonSerializer<java.lang.Object> valueSerializer) |