CustomXMLSerialization is a Ruby on Rails plug-in that allows you more
freedom in how your model objects are serialized using the to_xml method
in ActiveRecord::XmlSerialization. Your ActiveRecord subclasses can
specify a complete custom serialization, without having to override
to_xml in each object.
You can specify exactly which fields to include in a serialization,
apply custom tag names, enclose data in CDATA constructs, and unwrap
superfluous second-level associations into more brief first-level
fields.
For more information and examples of usage, visit the overview page at
http://code.google.com/p/custom-xml-serialization/wiki/Overview
To download, visit:
http://code.google.com/p/custom-xml-serialization/downloads/list
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---