java.lang.Object
com.cryptoalgo.codable.Decodable<T>
com.cryptoalgo.codable.Codable<T>
- All Implemented Interfaces:
- Encodable<T>
- Direct Known Subclasses:
- Cluster
Convenience abstract class that can be inherited by classes
 which conform to both 
Encodable and Decodable
 
     Important:
     Decoding constructor must be implemented for decoding
     to populate fields, see Decodable(Decoder)
 
- 
Constructor Details- 
CodableDecoding constructor, may be called via reflection byDecoders.- Parameters:
- decoder- Instance of- Decoderto be used for decoding
- Throws:
- DecodingException- If decoding fails for whatever reason
 
- 
Codableprotected Codable()Protected no-arg constructor to force inheriting classes to implement their own constructor.
 
-