# File lib/multi_json.rb, line 135
  def dump(object, options={})
    current_adapter(options).dump(object, options)
  end