Class DequeCoder<T extends @NonNull Object>

Type Parameters:
T - the type of the elements of the Deques being transcoded
All Implemented Interfaces:
Serializable

public class DequeCoder<T extends @NonNull Object> extends IterableLikeCoder<T,Deque<T>>
A Coder for Deque, using the format of IterableLikeCoder.
See Also: