In message <[EMAIL PROTECTED]>, Amit Kumar
Saha wrote:

> I would like to know if "Pickling" the class object is the only way of
> writing it to disk for persistent storage.

Wouldn't it be better to use a language-independent data representation that
wasn't tied to Python? Also tying your external data representation to your
internal program structure (objects) makes it harder to change the program
in future.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to