Make deserialize -> friendly

This commit is contained in:
Joshua Suskalo 2021-09-15 12:40:34 -05:00
parent ca38133b06
commit 8b84fa6afe

View file

@ -61,10 +61,10 @@
(MemoryAccess/setAddress segment obj))
(defmulti deserialize
"Deserializes the given object into a Clojure data structure."
"Deserializes the given segment into a Clojure data structure."
(fn
#_{:clj-kondo/ignore [:unused-binding]}
[type obj]
[segment type]
type))
(defmulti size-of