|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MapSerializer | |
---|---|
org.codehaus.jackson.map.ser | Contains implementation classes of serialization part of data binding. |
org.codehaus.jackson.map.ser.std |
Uses of MapSerializer in org.codehaus.jackson.map.ser |
---|
Subclasses of MapSerializer in org.codehaus.jackson.map.ser | |
---|---|
class |
MapSerializer
Deprecated. Since 1.9 use MapSerializer |
Fields in org.codehaus.jackson.map.ser declared as MapSerializer | |
---|---|
protected MapSerializer |
AnyGetterWriter._serializer
|
Constructors in org.codehaus.jackson.map.ser with parameters of type MapSerializer | |
---|---|
AnyGetterWriter(AnnotatedMethod anyGetter,
MapSerializer serializer)
|
Uses of MapSerializer in org.codehaus.jackson.map.ser.std |
---|
Methods in org.codehaus.jackson.map.ser.std that return MapSerializer | |
---|---|
static MapSerializer |
MapSerializer.construct(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(String[] ignoredList,
JavaType mapType,
boolean staticValueType,
TypeSerializer vts,
BeanProperty property,
JsonSerializer<Object> keySerializer,
JsonSerializer<Object> valueSerializer)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |