java: save and retrieve objects as objects rather than text information?

Posted by kevinfong88 on Stack Overflow See other posts from Stack Overflow or by kevinfong88
Published on 2010-04-02T11:43:43Z Indexed on 2010/04/02 11:53 UTC
Read the original article Hit count: 145

Filed under:

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.

© Stack Overflow or respective owner

Related posts about java