Application configuration save to file or object serialization

Posted by Venno on Stack Overflow See other posts from Stack Overflow or by Venno
Published on 2010-03-16T11:40:24Z Indexed on 2010/03/16 11:46 UTC
Read the original article Hit count: 392

Filed under:
|
|
|

Hi, I am working on a project and I need to save user configuration. The configuration is a set of Jchechboxes I need to store their state (true, false). Which do you think is the better way of saving it, in a file and if yes in what (ini, cfg, txt), or it is better to serialize the object with the states?? Or if there is another way, please tell me :)

Cheers

© Stack Overflow or respective owner

Related posts about java

Related posts about file