hi, all!
i have a question about the serialization framework in
java. is it a good or bad procedure to use the classes found there to store
user input like you would in a database or xml file? i haven't try this before but i am curious about it but i have also not yet found
any really good articles on the web that covers the issue of using serialization as a database. it would be gladly welcome to see if someone
could post some links to articles on this here. i know how to use java.sql classes and xml classes as a database but not serialization.
is it better to store user data in a plain textfile than using serialization for this purpose? i have heard different opinions about this
question but i haven't explored this any further.
thank you very much in advance,
regards, krillian!