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 PreferencesUnified 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 singleBooleanat a given codingKey.KeyedDecodingContainer.decodeBooleanIfPresent(T forKey) Decodes a singleBooleanat a given codingKey.KeyedDecodingContainer.decodeInteger(T forKey) Decodes a singleIntegerat a given codingKey.KeyedDecodingContainer.decodeIntegerIfPresent(T forKey) Decodes a singleIntegerat a given codingKey.KeyedDecodingContainer.decodeString(T forKey) Decodes a singleStringat a given codingKey.KeyedDecodingContainer.decodeStringIfPresent(T forKey) Decodes a singleStringat 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 aDecodableclass 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 ClusterConvenience method that wrapsDecoder, allows deserializing the cluster with the requested ID fromPreferencesConstructors in com.cryptoalgo.oursql.model.db that throw DecodingException