How to serialize and deserialize the objects into memory?

Gerhard Häring gh at ghaering.de
Fri Jul 11 08:39:11 EDT 2008


hardemr wrote:
> Hello Everyone,
> 
> I want to serialize and deserialize the objects into Memory not into
> file. How can i do that?

You want to serialize the objects, but only keep them in memory? That 
hardly makes any sense. Serialization is need if you want to store your 
objects in a file or if you want to communicate (via network) with other 
processes.

-- Gerhard




More information about the Python-list mailing list