Module com.cryptoalgo.oursql.oursql
Package com.cryptoalgo.codable
package com.cryptoalgo.codable
-
ClassDescriptionAbstract class which allows classes that inherit it to be deserialized by
Decoder
sAn interface that will be implemented by a decoder to allow decodingDecodable
classes.Exception that might be thrown byDecoder
implementations should decode of a requested key fail.Interface which allows classes that implement it to be serialised byEncoder
sAn interface that will be implemented by a encoder to allow encodingEncodable
classes.Exception that might be thrown byEncoder
implementations should encode of a requested key fail.KeyedDecodingContainer<T extends Enum<T>>A keyed decoding container for use byDecodable
classes during decodingKeyedEncodingContainer<T extends Enum<T>>A container for encoding keyed values.