Uses of Interface
com.cryptoalgo.codable.Decoder
Packages that use 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 PreferencesUnified interfaces for the Database Abstraction Layer.
-
Uses of Decoder in com.cryptoalgo.codable
Constructors in com.cryptoalgo.codable with parameters of type Decoder -
Uses of Decoder in com.cryptoalgo.codable.preferencesCoder
Classes in com.cryptoalgo.codable.preferencesCoder that implement DecoderModifier and TypeClassDescriptionfinal classPreferencesDecoder<T extends Enum<T>>An implementation of aDecoderthat decodes data stored in Java'sPreferences -
Uses of Decoder in com.cryptoalgo.oursql.model.db
Constructors in com.cryptoalgo.oursql.model.db with parameters of type Decoder