module ActiveSupport::Cache::SerializerWithFallback::Marshal71WithFallback

def dump(value)

def dump(value)
  Marshal.dump(value)
end