8 9 10 11
# File 'lib/noticed/coder.rb', line 8 def self.dump(data) return if data.nil? ActiveJob::Arguments.send(:serialize_argument, data) end