> > From: Lawrence D'Oliveiro <[EMAIL PROTECTED]>
> > 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.

Actually, language independence is really not a consideration here. I am
happy at having it tied to Python :-)

BTW, do we have something like array of objects here? 
-- 
Amit Kumar Saha
me blogs@ http://amitksaha.blogspot.com
URL:http://amitsaha.in.googlepages.com


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

Reply via email to