__PACKAGE__->inflate_column('xml', { inflate => sub { MyObject->new( xml => $_[0] ) }, deflate => sub { $_[0]->asXML }, } );