-
Hello! What is the intended/recommended way to clone the entire EntityStore (world) besides the round-trip JSON serialization? The case: the world is relatively small and I need some snapshotting functionality for branched calculations. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 13 replies
-
This feature is currently not present. I will give it a try if its not too complicated. |
Beta Was this translation helpful? Give feedback.
-
hi @DruidOwl, just published v3.2.1 with a simplified API and added documentation. Fixed also the issue you mentioned above.
If passing now an entity from another store an exception will be thrown. |
Beta Was this translation helpful? Give feedback.
Example
Here a code snippet which preserves the ids [2,4] in the target store.