Class IndexedListSerializer

All Implemented Interfaces:
JsonFormatVisitable

public final class IndexedListSerializer extends AsArraySerializerBase<Object>
This is an optimized serializer for Lists that can be efficiently traversed by index (as opposed to others, such as LinkedList that cannot}.