Uses of Class
com.cryptoalgo.codable.DecodingException
Packages that use DecodingException
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 DecodingException in com.cryptoalgo.codable
Methods in com.cryptoalgo.codable that throw DecodingExceptionModifier and TypeMethodDescriptionKeyedDecodingContainer.decodeBoolean
(T forKey) Decodes a singleBoolean
at a given codingKey.KeyedDecodingContainer.decodeBooleanIfPresent
(T forKey) Decodes a singleBoolean
at a given codingKey.KeyedDecodingContainer.decodeInteger
(T forKey) Decodes a singleInteger
at a given codingKey.KeyedDecodingContainer.decodeIntegerIfPresent
(T forKey) Decodes a singleInteger
at a given codingKey.KeyedDecodingContainer.decodeString
(T forKey) Decodes a singleString
at a given codingKey.KeyedDecodingContainer.decodeStringIfPresent
(T forKey) Decodes a singleString
at a given codingKey.Constructors in com.cryptoalgo.codable that throw DecodingException -
Uses of DecodingException in com.cryptoalgo.codable.preferencesCoder
Methods in com.cryptoalgo.codable.preferencesCoder that throw DecodingExceptionModifier and TypeMethodDescriptionCreate an instance of aDecodable
class by decoding values from PreferencesPreferencesDecoder.decodeBoolean
(T forKey) PreferencesDecoder.decodeInteger
(T forKey) PreferencesDecoder.decodeString
(T forKey) -
Uses of DecodingException in com.cryptoalgo.oursql.model.db
Methods in com.cryptoalgo.oursql.model.db that throw DecodingExceptionModifier and TypeMethodDescriptionstatic Cluster
Convenience method that wrapsDecoder
, allows deserializing the cluster with the requested ID fromPreferences
Constructors in com.cryptoalgo.oursql.model.db that throw DecodingException