method
custom_serialized?
v6.1.3.1 -
Show latest stable
- Class:
ActiveJob
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