Actually serialize based on type
This commit is contained in:
parent
4b2c2cda0d
commit
375d016254
1 changed files with 2 additions and 1 deletions
|
|
@ -227,7 +227,8 @@
|
||||||
This method should only be implemented for types that serialize to primitives."
|
This method should only be implemented for types that serialize to primitives."
|
||||||
(fn
|
(fn
|
||||||
#_{:clj-kondo/ignore [:unused-binding]}
|
#_{:clj-kondo/ignore [:unused-binding]}
|
||||||
[obj type scope]))
|
[obj type scope]
|
||||||
|
type))
|
||||||
|
|
||||||
(defmethod serialize* :default
|
(defmethod serialize* :default
|
||||||
[obj type _scope]
|
[obj type _scope]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue