Add arglists to serialize-into and deserialize-from

This commit is contained in:
Joshua Suskalo 2025-02-27 10:43:40 -05:00
parent 544cf59280
commit 053166d0f4
No known key found for this signature in database
GPG key ID: 9B6BA586EFF1B9F0

View file

@ -895,6 +895,7 @@
For any other type, this will serialize it as [[serialize*]] before writing
the result value into the `segment`."
{:arglists '([obj type segment arena])}
(fn
#_{:clj-kondo/ignore [:unused-binding]}
[obj type segment arena]
@ -974,6 +975,7 @@
For types that serialize to primitives, a default implementation will
deserialize the primitive before calling [[deserialize*]]."
{:arglists '([segment type])}
(fn
#_{:clj-kondo/ignore [:unused-binding]}
[segment type]