diff --git a/src/coffi/ffi.clj b/src/coffi/ffi.clj index 6057c83..53050e7 100644 --- a/src/coffi/ffi.clj +++ b/src/coffi/ffi.clj @@ -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]