in reply to Re^4: Seeking inside-out object implementations
in thread Seeking inside-out object implementations

I may see this more than most because it comes up frequently on the mod_perl and Class::DBI lists, but yes, people expect to be able to serialize objects. Every caching system for Perl uses Storable, and people expect to cache objects. Same for sessions.
  • Comment on Re^5: Seeking inside-out object implementations