Archive for objectoutputstream
You are browsing the archives of objectoutputstream.
You are browsing the archives of objectoutputstream.
Serialization is a very cool concept in Java, allowing you to save any object that is serializable to a file, and call it back later. This can be useful for a number of reason, perhaps if you want to make a save file for a game, or have a database that you want to access [...]