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