[comp.lang.smalltalk] Persistent Objects

gfrank@javelin.sim.es.com (Gregory Frank) (05/07/91)

I am using Smalltalk/VMac 1.10. In order to store objects for indefinite
periods of time, I have created a dictionary in the System Dictionary.
This would be a good solution for storing objects, except the Smalltalk image
grows to be quite cumbersome. Does anyone know of a way that I can save
the System Dictionary (or at least my part of it) out to disk such that the
image size can be controlled?  Of course, being able to place objects out
to disk is only useful if I can retrieve them at some point to repopulate
the dictionary.

Gregory Frank
gfrank@javelin.es.com