method

deserialize

Importance_0
v7.0.0 - Show latest stable - 0 notes - Class: RangeSerializer
deserialize(hash) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activejob/lib/active_job/serializers/range_serializer.rb, line 13
      def deserialize(hash)
        klass.new(*Arguments.deserialize(hash.values_at(*KEYS)))
      end
Register or log in to add new notes.