ay be serialized thusly: my $ser = $dm->freeze({ format => 'JSON' }); # later my $dm = Data::Manager->thaw($ser, { format => 'JSON' }); This is possible thanks to the magic of L<MooseX::Storag