[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Saving Instantiations of CLOS Objects



Trying to find a method to save the slot values of a series of instantiated
CLOS objects as a cohesive block vs. recording individual values and 
re-instantiating all objects each time this program is needed.  Several of
the slots are pointers to the same or different classes of objects.  Ideally,
should be able to save to file and reload without total reprocessing.