Uses of Interface
com.cryptoalgo.codable.KeyedEncodingContainer
Packages that use KeyedEncodingContainer
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 KeyedEncodingContainer in com.cryptoalgo.codable
Methods in com.cryptoalgo.codable that return KeyedEncodingContainerModifier and TypeMethodDescriptionEncoder.container()Retrieve an instance of aKeyedEncodingContainerto be used to encode keyed data -
Uses of KeyedEncodingContainer in com.cryptoalgo.codable.preferencesCoder
Classes in com.cryptoalgo.codable.preferencesCoder that implement KeyedEncodingContainerModifier and TypeClassDescriptionfinal classPreferencesEncoder<T extends Enum<T>>Built-in encoder implementation which writes data to non-volatile storage through Java's Preferences module.Methods in com.cryptoalgo.codable.preferencesCoder that return KeyedEncodingContainer