Its a general question I am trying to deal with.
I used to program in java and just to implement the serializable.io interface in my sysData class inside my model package and then in the view Package I would just look for a single file ".ser" and either load or save into it.
But now, I want some of my classes to be saved into one ".ser" file and the others to another separate ".ser" file and I can't seem to find a way to figure that out.
I would be grateful if someone can hint me out on the concept of how to save some objects into one ".ser" file and the other bulk of objects to a different ".ser" file.
Thank you,
Tom