Class CollectionCoder<T>

All Implemented Interfaces:
Serializable

public class CollectionCoder<T> extends IterableLikeCoder<T,Collection<T>>
A CollectionCoder encodes Collections in the format of IterableLikeCoder.
See Also: