http://qs321.pair.com?node_id=476926


in reply to Re^3: Can I serialize an object and have it remember it's type?
in thread Can I serialize an object and have it remember it's type?

We use storable extensively on many different systems with very little trouble.

Version problems are potentially still there, but only if a newer version stores a data type that an older version cannot handle. (it now will try to handle the data from the newer storable instead of just croaking)

I second your comment about nstore though. I'd highly recommend using nstore by default. Having to convert a couple million stored objects because you add a 64bit machine to your farm of 32bit machines sucks.

  • Comment on Re^4: Can I serialize an object and have it remember it's type?