In most cases, the need to use the Swapper comes from the fact that an application has to store objects in files, and to retrieve them later. "Example: Using the Swapper as a simple object dumper" shows how an ObjectDumper can be created and used to dump an object. The example following it, "Example: Using the Swapper as a simple object loader", shows how the dumped object can be loaded into an image using an ObjectLoader.
|