method

needs_migration?

needs_migration?(value)
protected

No documentation available.

# File actionpack/lib/action_dispatch/middleware/cookies.rb, line 413
        def needs_migration?(value)
          @options[:serializer] == :hybrid && value.start_with?(MARSHAL_SIGNATURE)
        end