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 TypeClassDescriptionclassFallback serializer for cases where Collection is not known to be of type for which more specializer serializer exists (such as index-accessible List).classclassstatic classThis is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such asLinkedListthat can not}.static class