Interface EnumCodec<T>

All Superinterfaces:
IllegalArgumentCodec<T,String>
All Known Implementing Classes:
EnumStringCodec

public interface EnumCodec<T> extends IllegalArgumentCodec<T,String>