Cleanup Load and save functions

Registered by Tom Dimiduk

We currently have a mess of load and save functions. I think they can all be unified into just one load and one save function whose behaviour is determined by what kind of object it is called on.

Alternatively, save could be moved to a method of the Serializable abstract base class. This would simplify type determination somewhat, but the real issue is would we prefer the interface to be

hp.save(obj(args))

or

obj.save(args)

Blueprint information

Status:
Complete
Approver:
None
Priority:
Medium
Drafter:
None
Direction:
Needs approval
Assignee:
None
Definition:
New
Series goal:
None
Implementation:
Implemented
Milestone target:
milestone icon 2.0
Started by
Tom Dimiduk
Completed by
Tom Dimiduk

Related branches

Sprints

Whiteboard

Mostly done, still need to reenable a few old command line arguments for loads

(?)

Work Items

This blueprint contains Public information 
Everyone can see this information.

Subscribers

No subscribers.