I made a new class with lots of data. I now want to save this class data to a file. How should I "attack" this problem?? Do I have to write each and every property data of the class to a file, or can I save the hole class in go??
What is the best way to save a file, for security reasons?? I dont want a text file.
Plz help...
What is the best way to save a file, for security reasons?? I dont want a text file.
Plz help...