package My::Class; sub STORABLE_freeze { # my custom freezing routine } sub STORABLE_thaw { # my custom thawing routine }