Uses of Class
com.cryptoalgo.codable.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
Modifier 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. -
Uses of DecodingException in com.cryptoalgo.codable.preferencesCoder
Modifier 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
Modifier and TypeMethodDescriptionstatic Cluster
Convenience method that wrapsDecoder
, allows deserializing the cluster with the requested ID fromPreferences