hardemr schrieb:
Hello Everyone,

I want to serialize and deserialize the objects into Memory not into
file. How can i do that?


Use pickle & module StringIO/cStringIO as file-to-memory-object.

Diez
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to