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