# File lib/active_record/xml_serialization.rb, line 106
    def to_xml(options = {})
      XmlSerializer.new(self, options).to_s
    end