posted 16 years ago
you can write code so that when your process shuts down, it serializes some objects, and saves them to your disk drive. then, a day, a week, a year later, you restart your process. you read the file, and can re-create the objects and have them be in the same state as before you shut down.
There are only two hard things in computer science: cache invalidation, naming things, and off-by-one errors