Learn Java Tutorial for Beginners, Part 46: Serialization

2 years ago
37

Serialization allows you to save objects to files and restore them later; a surprisingly simple way to implement saving and loading in your application.

Loading comments...