Package com.cryptoalgo.codable


package com.cryptoalgo.codable
Interfaces which allow serialization and deserialization of classes.
Provides Decoder and Encoder interfaces which can be easily implemented by decodes and encoders respectively. Classes that conform to Decodable and Encodable can be serialized and deserialized by Encoders and Decoders.