Interface Decoder<T extends Enum<T>>

Type Parameters:
T - Enum of keys to key data with
All Known Implementing Classes:
PreferencesDecoder

public interface Decoder<T extends Enum<T>>
An interface that will be implemented by a decoder to allow decoding Decodable classes.
See Also: