Actually serialize based on type

This commit is contained in:
Joshua Suskalo 2021-09-15 21:32:22 -05:00
parent 4b2c2cda0d
commit 375d016254

View file

@ -227,7 +227,8 @@
This method should only be implemented for types that serialize to primitives."
(fn
#_{:clj-kondo/ignore [:unused-binding]}
[obj type scope]))
[obj type scope]
type))
(defmethod serialize* :default
[obj type _scope]