🐛 Fix unexpected decoding of fresian data

This commit is contained in:
Andrey Antukh 2022-03-24 15:14:43 +01:00
parent 4ed093f28f
commit 4ef9d4d5f6

View file

@ -203,7 +203,7 @@
(Instant/ofEpochMilli (.readInt rdr)))) (Instant/ofEpochMilli (.readInt rdr))))
"clj/ratio" "ratio"
(reify ReadHandler (reify ReadHandler
(read [_ rdr _ _] (read [_ rdr _ _]
(Ratio. (biginteger (.readObject rdr)) (Ratio. (biginteger (.readObject rdr))