chadadavis / sbglibweb

Automatically exported from code.google.com/p/sbglibweb
0 stars 0 forks source link

DB Serializer: inflate and deflate #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
[action] serialization: don't need to save interactions, since the data is in 
transdb already
[action] develop a DB representation of a model, not a Storable object, and 
basically just record the interactions and the transformations (and overlaps, 
etc). 

Original issue reported on code.google.com by chad.a.davis@gmail.com on 6 Sep 2011 at 12:41

GoogleCodeExporter commented 9 years ago
When deflating, remove redundant info that's already in transformation database.

Pull it back out upon inflating.

Serialization to disk should not deflate in this way, as it's independent of 
any DB.

Original comment by chad.a.davis@gmail.com on 7 Sep 2011 at 6:09