Uses of Interface
com.cryptoalgo.codable.Encoder
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
Unified interfaces for the Database Abstraction Layer.
-
Uses of Encoder in com.cryptoalgo.codable
-
Uses of Encoder 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. -
Uses of Encoder in com.cryptoalgo.oursql.model.db