| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.ser.impl | 
 Contains implementation classes of serialization part of 
 data binding. 
 | 
| com.fasterxml.jackson.databind.ser.std | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IndexedListSerializer
This is an optimized serializer for Lists that can be efficiently
 traversed by index (as opposed to others, such as  
LinkedList
 that can not}. | 
class  | 
IteratorSerializer  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
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). 
 | 
class  | 
EnumSetSerializer  | 
class  | 
IterableSerializer  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract AsArraySerializerBase<T> | 
AsArraySerializerBase.withResolved(BeanProperty property,
            TypeSerializer vts,
            JsonSerializer<?> elementSerializer)  | 
| Constructor and Description | 
|---|
AsArraySerializerBase(AsArraySerializerBase<?> src,
                     BeanProperty property,
                     TypeSerializer vts,
                     JsonSerializer<?> elementSerializer)  | 
Copyright © 2012-2013 FasterXML. All Rights Reserved.