Use *data-readers* value for edn/read-string
This commit is contained in:
parent
d3120f0246
commit
08f2cb1273
1 changed files with 1 additions and 1 deletions
|
|
@ -237,7 +237,7 @@
|
||||||
(let [type-id (.readByte s)]
|
(let [type-id (.readByte s)]
|
||||||
(utils/case-eval type-id
|
(utils/case-eval type-id
|
||||||
|
|
||||||
id-reader (edn/read-string (read-utf8 s))
|
id-reader (edn/read-string {:readers *data-readers*} (read-utf8 s))
|
||||||
id-bytes (read-bytes s)
|
id-bytes (read-bytes s)
|
||||||
id-nil nil
|
id-nil nil
|
||||||
id-boolean (.readBoolean s)
|
id-boolean (.readBoolean s)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue