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 aKeyedDecodingContainer
to decode keyed data -
Uses of KeyedDecodingContainer in com.cryptoalgo.codable.preferencesCoder
Classes in com.cryptoalgo.codable.preferencesCoder that implement KeyedDecodingContainerModifier and TypeClassDescriptionfinal class
PreferencesDecoder<T extends Enum<T>>
An implementation of aDecoder
that decodes data stored in Java'sPreferences
Methods in com.cryptoalgo.codable.preferencesCoder that return KeyedDecodingContainer