I'm making a program that opens a previous saved file through serialization and want to create a new one, however, data stays in.
How can I make the program forget the data?
|
I'm making a program that opens a previous saved file through serialization and want to create a new one, however, data stays in. How can I make the program forget the data? |
|||||||||||||
|
|
If you specify an attribute with the keyword |
|||
|
|
|
Shouldn't creating a new instance of whichever class you are serializing give you such an 'empty data record'? Using the example of a text editor you use, you would have, say, a Assuming you meant a tree of Employee data, or a tree data structure with Think, how did you create the first data set that you serialized? Just repeat that process... |
|||
|
|