Krang::ElementClass::Storable - parent class for elements with complex data
use Krang::ClassLoader base => 'ElementClass::Storable';
This module overrides the freeze_data and thaw_data methods in
Krang::ElementClass to use Storable to handle complex data. If you
use this base class then you can store references and objects in <
$element-data() >> with impunity.
None.