deserialize(json)
Deserializes an argument from a JSON primitive type.
# File activejob/lib/active_job/serializers/object_serializer.rb, line 42 def deserialize(json) raise NotImplementedError end