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 PreferencesUnified 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 TypeMethodDescriptionvoidCluster.encode(Encoder<Cluster.CodingKeys> encoder) voidCluster.persist()Persist the current instance to non-volatile storage with JavaPreferences.