Hello Daniel, > I'm learning how to use storm. I have a question about storm objects. > > Can I serialize a storm object with pickle to use in another machine ? > > Any answer would be appreciated.
It probably won't do what you expect "out of the box". That said, it shouldn't be too hard to make picking work correctly with database objects, if you add the proper hooks. I can't investigate the details right now, unfortunately. -- Gustavo Niemeyer http://niemeyer.net -- storm mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/storm
