Matt S Trout wrote:
> I think what I'd like to see is a general serialization interface that 
> plugins 
> can be written for. Something like
> 
> __PACKAGE__->load_components(qw/Serializer/);
> __PACKAGE__->serialization_options({ follow_rels => ... });
> 
> ...
> 
> $obj->serialize_to('JSON');
> $obj->serialize_to('XML');
> 
> etc.
> 
> How does that look to you guys?
> 

++

_______________________________________________
List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
Wiki: http://dbix-class.shadowcatsystems.co.uk/
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
Searchable Archive: http://www.mail-archive.com/[email protected]/

Reply via email to