
Because I used serialization, it wasn't much work to do, and even as I make future modifications to the model class, I won't ever have to change anything about the saving and loading component.
The drawback is, it won't be easy to read in files from a previous version of the model class in some situations (if we remove something). I don't think that will be a problem, but if it becomes one, I suppose I can make a converter for it.
No comments:
Post a Comment