Uses of Interface
com.cryptoalgo.codable.KeyedDecodingContainer
Packages that use KeyedDecodingContainer
Package
Description
Interfaces which allow serialization and deserialization
of classes.
A built-in implementation of
Encoder
and Decoder which reads and writes
data through Java Preferences-
Uses of KeyedDecodingContainer in com.cryptoalgo.codable
Methods in com.cryptoalgo.codable that return KeyedDecodingContainerModifier and TypeMethodDescriptionDecoder.container()Retrieve an instance of aKeyedDecodingContainerto decode keyed data -
Uses of KeyedDecodingContainer in com.cryptoalgo.codable.preferencesCoder
Classes in com.cryptoalgo.codable.preferencesCoder that implement KeyedDecodingContainerModifier and TypeClassDescriptionfinal classPreferencesDecoder<T extends Enum<T>>An implementation of aDecoderthat decodes data stored in Java'sPreferencesMethods in com.cryptoalgo.codable.preferencesCoder that return KeyedDecodingContainer