java: save and retrieve objects as objects rather than text information?
- by kevinfong88
I have a program that actually stores inputted data into an array. These data will then be displayed through a text file from the array. I was asked to modify these program so that it is saving and retrieving objects as objects rather than a text information and i don't really know how to do that.. Need some advice thanks.