abstractpublic class AbstractCollectionConverter implements Converter(Code)
Base helper class for converters that need to handle
collections of items (arrays, Lists, Maps, etc).
Typically, subclasses of this will converter the outer
structure of the collection, loop through the contents and
call readItem() or writeItem() for each item.