# File lib/multi_json/adapters/gson.rb, line 14
      def dump(object, options={})
        ::Gson::Encoder.new(options).encode(object)
      end