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