module ActiveJob::Arguments

def custom_serialized?(hash)

def custom_serialized?(hash)
  hash.key?(OBJECT_SERIALIZER_KEY)
end