suas
suas copied to clipboard
Unable to store entities (or other objects) as values
When I store an entity or any other python object as a value, it is stored and loaded as a string. It would be nicer if values were pickled instead of stringified - then we when the value is loaded from the cookie it comes back out the way it went in.
Even better, convert entities to protobufs first, and then pickle them.