Uses of Interface
com.cryptoalgo.codable.Decoder
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 Decoder in com.cryptoalgo.codable
-
Uses of Decoder in com.cryptoalgo.codable.preferencesCoder
Modifier and TypeClassDescriptionfinal class
PreferencesDecoder<T extends Enum<T>>
An implementation of aDecoder
that decodes data stored in Java'sPreferences
-
Uses of Decoder in com.cryptoalgo.oursql.model.db