# File lib/http/cookie.rb, line 659
  def encode_with(coder)
    PERSISTENT_PROPERTIES.each { |key|
      coder[key.to_s] = instance_variable_get("@#{key}""@#{key}")
    }
  end