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


in reply to Re: Object Serialization Basics
in thread Object Serialization Basics

If you are shipping blessed thingies across a network, also make sure that the classes that the thingies are blessed into are loaded (not just installed, but loaded into memory--"use"ed or "require"ed) on the receiving side. If not, the thawing process may fail.