suas icon indicating copy to clipboard operation
suas copied to clipboard

Unable to store entities (or other objects) as values

Open dound opened this issue 15 years ago • 0 comments

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.

dound avatar May 16 '10 17:05 dound