How to serialize and deserialize the objects into memory?

Diez B. Roggisch deets at nospam.web.de
Fri Jul 11 07:07:04 EDT 2008


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



More information about the Python-list mailing list