How to serialize and deserialize the objects into memory?

Inyeol.Lee at gmail.com Inyeol.Lee at gmail.com
Fri Jul 11 09:01:33 EDT 2008


On Jul 11, 12:58 pm, hardemr <emrahayano... at gmail.com> wrote:
> Hello Everyone,
>
> I want to serialize and deserialize the objects into Memory not into
> file. How can i do that?

pickle.dumps and pickle.loads.

--Inyeol



More information about the Python-list mailing list