module ActionDispatch::Cookies::SerializedCookieJars

def commit(name, options)

def commit(name, options)
  options[:value] = serializer.dump(options[:value])
end