# File lib/active_resource/formats/xml_format.rb, line 14
      def encode(hash, options={})
        hash.to_xml(options)
      end