Write Java objects to file

Posted by Mark Szymanski on Stack Overflow See other posts from Stack Overflow or by Mark Szymanski
Published on 2010-06-13T00:45:37Z Indexed on 2010/06/13 0:52 UTC
Read the original article Hit count: 266

Filed under:
|
|

Is it possible to write objects in Java to a binary file? The objects I want to write would be 2 arrays of String objects. The reason I want to do this is to save persistent data. If there is some easier way to do this let me know.

Thanks in advance!

© Stack Overflow or respective owner

Related posts about java

Related posts about binary