Uses of Class
com.cryptoalgo.codable.EncodingException
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 EncodingException in com.cryptoalgo.codable
-
Uses of EncodingException in com.cryptoalgo.codable.preferencesCoder
-
Uses of EncodingException in com.cryptoalgo.oursql.model.db
Modifier and TypeMethodDescriptionvoid
Cluster.encode
(Encoder<Cluster.CodingKeys> encoder) void
Cluster.persist()
Persist the current instance to non-volatile storage with JavaPreferences
.