module ActiveSupport::Cache::SerializerWithFallback::Marshal61WithFallback

def dumped?(dumped)

def dumped?(dumped)
  dumped.start_with?(MARSHAL_SIGNATURE)
end