Interface KeyedDecodingContainer<T extends Enum<T>>

Type Parameters:
T - The type of the codingKeys enum used for decoding
All Known Implementing Classes:
PreferencesDecoder

public interface KeyedDecodingContainer<T extends Enum<T>>
A keyed decoding container for use by Decodable classes during decoding

Decodable classes can retrieve an instance of a keyed decoding container by calling Decoder.container() in their decoding constructor.

See Also: