|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.jackson.map.ser.ContainerSerializers
public final class ContainerSerializers
Dummy container class to group standard container serializers: serializers
that can serialize things like List
s,
Map
s and such.
TODO: as per [JACKSON-55], should try to add path info for all serializers; is still missing those for some container types.
Nested Class Summary | |
---|---|
static class |
ContainerSerializers.CollectionSerializer
Fallback serializer for cases where Collection is not known to be of type for which more specializer serializer exists (such as index-accessible List). |
static class |
ContainerSerializers.EnumMapSerializer
|
static class |
ContainerSerializers.EnumSetSerializer
|
static class |
ContainerSerializers.IndexedListSerializer
This is an optimizied serializer for Lists that can be efficiently traversed by index (as opposed to others, such as LinkedList
that can not}. |
static class |
ContainerSerializers.IterableSerializer
|
static class |
ContainerSerializers.IteratorSerializer
|
static class |
ContainerSerializers.MapSerializer
Deprecated. Since 1.4, please use the non-inner class MapSerializer instead.
s |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |