Scans the object in the serialization buffer, marking or evacuating (depending on garbage collector type) any child objects.
(defgeneric scan (buffer garbage-collector)
(:documentation "Scans the object in the serialization buffer, marking or
evacuating (depending on garbage collector type) any child objects."))
Source Context