http://qs321.pair.com?node_id=11102842

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I made a class in Moo for some objects. So i wanted to write one as yaml file. Then i could edit the yaml file and easily add more types of objects when i load it in. But YAML::Tiny can't serialize an object reference. Can I unbless a Moo object into a hashref and yammily serialize that? Or is this madness and i should just dump the objects some other way?