Closed GoogleCodeExporter closed 9 years ago
This isn't a bug. RSH's history stack relies on simple key/value pairs. Create
a new
history point with the same key as an existing history point, and RSH will
overwrite
the old value with the new value. If you want fine-grained serialization of your
application, you should generate unique hash keys and then use JSON in the hash
values to store as much data as you need to return to your serialized appliation
state. This seems to be a point of confusion for lots of users, so the release
notes/code examples for the upcoming release candidate will spell this out.
Original comment by bdpathfi...@gmail.com
on 7 Nov 2007 at 9:30
Original issue reported on code.google.com by
diego.un...@gmail.com
on 7 Nov 2007 at 2:41