# File lib/grape_entity/entity.rb, line 501 def to_xml(options = {}) options = options.to_h if options && options.respond_to?(:to_h) serializable_hash(options).to_xml(options) end