Save/Load Grid

LatticeGrid already exports as a JSON currently. However, the JSON includes everything except the dictionary of drawn lines. I need to create a serializable Dictionary<int, object[]> class so that the LineSegment data can be stored with the rest of the grid data.

This will allow the saving of the grid.

After this, a loading method needs to be implemented.

This feature is of lesser priority.

Edited by Matt Patterson