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

Objects inside objects don't persist??!?



I am using LocalDatabase to save an object into ozone.
One of the members of this object's class is a Vector which I initialize

in the class constructor.

When I close the database, re-open it and retrieve my object
the contents of the Vector are gone!!!

What is going on?  Is there anything I can do about this?

HHEELLLPPPP!