Ensure that the segment is returned in serialize
This commit is contained in:
parent
f4a4f8ec33
commit
6014ace2a4
1 changed files with 2 additions and 1 deletions
|
|
@ -339,7 +339,8 @@
|
|||
(if (primitive-type type)
|
||||
(serialize* obj type scope)
|
||||
(let [segment (alloc-instance type scope)]
|
||||
(serialize-into obj type segment scope)))))
|
||||
(serialize-into obj type segment scope)
|
||||
segment))))
|
||||
|
||||
(declare deserialize deserialize*)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue