Interface VarargCodec<T,E>

Type Parameters:
T - The type of the variable argument value.
E - The type of the repeated elements.
All Known Implementing Classes:
ListVarargCodec

public interface VarargCodec<T,E>
A codec for variable argument values.