# File lib/money/bank/variable_exchange.rb, line 68
      def marshal_load(arr)
        store_info = arr[0]
        @store = store_info.shift.new(*store_info)
        @rounding_method = arr[1]
      end