Java Serialization (Save/Load data)

Subscribers:
9,540
Published on ● Video Link: https://www.youtube.com/watch?v=-xW0pBZqpjU



Category:
Tutorial
Duration: 10:12
37,557 views
324


In this tutorial we cover how to quickly and very neatly create a game save file and be able to read back from it.
Notes: your data structure (SaveData in the video) must only contain java.io.Serializable fields (most standard classes are serializable, all primitives are serializable)

Twitter: https://twitter.com/AlmasBaim
GitHub: https://github.com/AlmasB/
LinkedIn: https://www.linkedin.com/in/almasb/







Tags:
java
java programming tutorial
java game tutorial
game tutorial for beginners
java for beginners
very simple game tutorial
javafx tutorial
game save
javafx game
javafx game tutorial
Java (Programming Language)
java serialization
java objectinputstream
java objectoutputstream
java save data