instance method
deserialize_arguments
Ruby on Rails 5.0.7.2
Since v4.2.11.3 Private — implementation detail, not part of the public APISignature
deserialize_arguments(serialized_args)
No documentation comment.
Parameters
-
serialized_argsreq
Source
# File activejob/lib/active_job/core.rb, line 128
def deserialize_arguments(serialized_args)
Arguments.deserialize(serialized_args)
end
Defined in activejob/lib/active_job/core.rb line 128
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::Core