You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we do not have a good way of persisting objects, other than writing them to XML or JSON.
In the future, it might make sense to extend the ObjectStore concept with new subclasses to allow it to retrieve objects from arbitrary (but defined) backends, for example a "LocalFileObjectStore, or a MongoDBObjectStore`.
When we do that, we should also decide for a good module structure.
The text was updated successfully, but these errors were encountered:
At the moment, we do not have a good way of persisting objects, other than writing them to XML or JSON.
In the future, it might make sense to extend the
ObjectStore
concept with new subclasses to allow it to retrieve objects from arbitrary (but defined) backends, for example a "LocalFileObjectStore, or a
MongoDBObjectStore`.When we do that, we should also decide for a good module structure.
The text was updated successfully, but these errors were encountered: