# File lib/oauth/consumer.rb, line 378
    def marshal_load(data)
      initialize(data[:key], data[:secret], data[:options])
    end