Uses of Class
org.codehaus.jackson.map.ser.std.AsArraySerializerBase
Packages that use AsArraySerializerBase
-
Uses of AsArraySerializerBase in org.codehaus.jackson.map.ser.std
Subclasses of AsArraySerializerBase in org.codehaus.jackson.map.ser.stdModifier and TypeClassDescriptionclass
Fallback serializer for cases where Collection is not known to be of type for which more specializer serializer exists (such as index-accessible List).class
class
static class
This is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such asLinkedList
that can not}.static class