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