How to Handle Persistent Objects?

Almost all software systems require object persistence. In many cases, users generate objects they expect to reload later. Also, the system stores environmental objects that need to be saved and restored.

There are a variety of ways to handle persistent object storage:


Last updated on 11/5/98