# File lib/aws/core/response.rb, line 209 def serialize_options_array array "[" + array.map{|v| serialize_options_value(v) }.join(" ") + "]" end