Java

Stuff about Java coding, one of my other interests.

Serialization in Java

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 [...]