Go to http://StudyCoding.org to subscribe to the full list of courses and get source code for projects.
Updated version of this course is http://studycoding.org
Example of how to save a game state in a serialized format. Save the data to a table in a database and retrieve the state. Uses MVC pattern.