# File lib/active_record/serializers/json_serializer.rb, line 63
    def from_json(json)
      self.attributes = ActiveSupport::JSON.decode(json)
      self
    end