array-xml_serialization

Forces elements in arrays to be output using to_xml on each element if the element responds to to_xml. If an element does not respond to to_xml then a nested XML tag is created with the element's to_s value and the singlarized name of the array as the tag name.


Install
gem install array-xml_serialization -v 0.1.0

Documentation