Deserializes an argument from a JSON primitive type.
# File activejob/lib/active_job/serializers/object_serializer.rb, line 47
def deserialize(hash)
raise NotImplementedError, "#{self.class.name} should implement a public #deserialize(hash) method"
end