method

custom_serialized?

rails latest stable - Class: ActiveJob

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v6.1.7.7) is shown here.

custom_serialized?(hash)
public

No documentation available.

# File activejob/lib/active_job/arguments.rb, line 155
      def custom_serialized?(hash)
        hash.key?(OBJECT_SERIALIZER_KEY)
      end