(defmethod serialize ((object proxy) stream) ;; Proxies are serialized like the cached objects they stand for. (serialize-marker +p-object+ stream) (serialize (object-id object) stream))