Add arglists to serialize-into and deserialize-from
This commit is contained in:
parent
544cf59280
commit
053166d0f4
1 changed files with 2 additions and 0 deletions
|
|
@ -895,6 +895,7 @@
|
||||||
|
|
||||||
For any other type, this will serialize it as [[serialize*]] before writing
|
For any other type, this will serialize it as [[serialize*]] before writing
|
||||||
the result value into the `segment`."
|
the result value into the `segment`."
|
||||||
|
{:arglists '([obj type segment arena])}
|
||||||
(fn
|
(fn
|
||||||
#_{:clj-kondo/ignore [:unused-binding]}
|
#_{:clj-kondo/ignore [:unused-binding]}
|
||||||
[obj type segment arena]
|
[obj type segment arena]
|
||||||
|
|
@ -974,6 +975,7 @@
|
||||||
|
|
||||||
For types that serialize to primitives, a default implementation will
|
For types that serialize to primitives, a default implementation will
|
||||||
deserialize the primitive before calling [[deserialize*]]."
|
deserialize the primitive before calling [[deserialize*]]."
|
||||||
|
{:arglists '([segment type])}
|
||||||
(fn
|
(fn
|
||||||
#_{:clj-kondo/ignore [:unused-binding]}
|
#_{:clj-kondo/ignore [:unused-binding]}
|
||||||
[segment type]
|
[segment type]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue