Flowdock
method

custom_serialized?

Importance_0
v6.0.0 - Show latest stable - 0 notes - Class: Arguments
custom_serialized?(hash) private

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/arguments.rb, line 120
      def custom_serialized?(hash)
        hash.key?(OBJECT_SERIALIZER_KEY)
      end
Register or log in to add new notes.