Uses of Interface
com.cryptoalgo.codable.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
Modifier and TypeMethodDescriptionEncoder.container()
Retrieve an instance of aKeyedEncodingContainer
to be used to encode keyed data -
Uses of KeyedEncodingContainer in com.cryptoalgo.codable.preferencesCoder
Modifier and TypeClassDescriptionfinal class
PreferencesEncoder<T extends Enum<T>>
Built-in encoder implementation which writes data to non-volatile storage through Java's Preferences module.