python3-serializable

base class with serialization methods
  https://github.com/iskandr/serializable
  0
  no reviews



"Serialisation" refers to the transformation of objects into a bitstream and back into the original structure. The idea expressed by this class has a direct analogy to Java: A method is declared thattransform the object into, e.g., a JSON formatted file. Another method knows how to reinstantiate the object from that output.