method
custom_serialized?
v7.2.3 -
Show latest stable
- Class:
ActiveJob::Arguments
custom_serialized?(hash)private
No documentation available.
# File activejob/lib/active_job/arguments.rb, line 137
def custom_serialized?(hash)
hash.key?(OBJECT_SERIALIZER_KEY)
end