# File lib/active_resource/formats/xml_format.rb, line 20 def decode(xml) Formats.remove_root(Hash.from_xml(xml)) end
# File lib/active_resource/formats/xml_format.rb, line 16 def encode(hash, options={}) hash.to_xml(options) end
Generated with the Darkfish Rdoc Generator 2.