Uses of Interface
com.cryptoalgo.codable.Encoder
Packages that use 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 PreferencesUnified interfaces for the Database Abstraction Layer.
-
Uses of Encoder in com.cryptoalgo.codable
Methods in com.cryptoalgo.codable with parameters of type Encoder -
Uses of Encoder in com.cryptoalgo.codable.preferencesCoder
Classes in com.cryptoalgo.codable.preferencesCoder that implement EncoderModifier and TypeClassDescriptionfinal classPreferencesEncoder<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
Methods in com.cryptoalgo.oursql.model.db with parameters of type Encoder