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
DecodersAn interface that will be implemented by a decoder to allow decodingDecodableclasses.Exception that might be thrown byDecoderimplementations should decode of a requested key fail.Interface which allows classes that implement it to be serialised byEncodersAn interface that will be implemented by a encoder to allow encodingEncodableclasses.Exception that might be thrown byEncoderimplementations should encode of a requested key fail.KeyedDecodingContainer<T extends Enum<T>>A keyed decoding container for use byDecodableclasses during decodingKeyedEncodingContainer<T extends Enum<T>>A container for encoding keyed values.