Class SetCoder<T>

Type Parameters:
T - the type of the elements of the set
All Implemented Interfaces:
Serializable

public class SetCoder<T> extends IterableLikeCoder<T,Set<T>>
A SetCoder encodes any Set using the format of IterableLikeCoder. The elements may not be in a deterministic order, depending on the Set implementation.
See Also: