Subject: | Serialization of inside-out classes |
We currently make extensive use of the 'blessed hash' OO approach and I'm very keen to move to the Class::Std approach. However, in order to speed things up (and it does considerably), we also use Storable::Freeze/Thaw to cache objects to disk. I'm wondering if the mechanism behind 'inside out' classes lends itself to serialization. Has this been raised before, and if so, is there an implementation?
Thanks,
Steve