[Zope] Persisting a dictionary as a object property

Andy McKay AndyM@ActiveState.com
Wed, 5 Jul 2000 16:52:44 -0700


Hi all,

Ok so I have an object, I have many properties persisting on the object
using the wonderful PropertyManager. But I want to persist a dictionary.
This isn't an option for the PropertyManager. I added a dictionary into the
object just by adding the line: _map = {}

But it only persists until I restart Zope... how do I make it last for ever?

Thanks.