xslate / p5-Mouse

Lightweight class builder for Perl, as a subset of Moose
https://metacpan.org/release/Mouse
Other
46 stars 32 forks source link

Object serialization for Mouse like MooseX::Storage #73

Closed potatogim closed 5 years ago

potatogim commented 7 years ago

I have find the package 'MooseX::Storage' and it will work well with Moose.

Is there any way to serialize an object that is instantiated with Mouse like above it?