expenvelope.json_serializer

Module containing the SavesToJSON abstract class for serializing complex objects back and forth to JSON files.

Classes

SavesToJSON()

Abstract class that, when implemented, gives the ability to save to and from JSON objects.

SavesToJSONMeta(clsname, bases, attrs)

Used to keep track of all known subclasses of SavesToJSON, so that objects can be reconstructed.