Interface Encoder<T extends Enum<T>>

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

public interface Encoder<T extends Enum<T>>
An interface that will be implemented by a encoder to allow encoding Encodable classes.
See Also: