>>108413161
Here's a little REPL snippet for anyone willing to look into this.
(defparameter u (uri "https://boards.4chan.org/g/thread/108410757"))
(defmethod ms:class-persistent-slots ((self quri:uri-https))
(format t "hello") ; This never gets called.
'(scheme userinfo host port path query fragment))
;; It's not breaking down the uri into its slot values.
(ms:marshal u)