serialization - How to forget serialized data after read in Java? -
I am creating a program that opens an already saved file through the serialization and wants to create a new one, However, the data remains
If you type the keyword transient
Specify an attribute with it, then it will not be serialized if you save data by serializing objects and typing in the files, it can be what you want Are there. How to use the transient
keyword.
Comments
Post a Comment