From: Robert Ramey (ramey_at_[hidden])
Date: 2008-09-02 22:40:16


Diane wrote:
> looks to me like if I write save/load functions for a structure in
> the middle then I will have to continue with that all the way through
> to the top.

Not at all true. serialize is called at each point. If ..SPLIT is used
then a standard serial.ize function is inserted whch calls save/load
for that (and only that) structure.

Robert Ramey