Resolve "Load/Save SFG to file"
Compare changes
Files
8+ 8
− 0
Basic serializer for our datastructures to save and load to and from files. Uses a new package called dill that is based on pickle since pickle doesn't support serializing for lambda functions among other types.
Closes #66 (closed)