Skip to content

Commit

Permalink
#5 pr-str is better than str for serialization
Browse files Browse the repository at this point in the history
  • Loading branch information
ojow committed Jun 4, 2018
1 parent 55c7acf commit 66f3d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re/src/re/service/timeout.clj
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
(reify Serializer
(configure [_ _ _] nil)
(serialize [_ _ map]
(.getBytes (str map)))
(.getBytes (pr-str map)))
(close [_] nil)))
(deserializer [_]
(reify Deserializer
Expand Down

0 comments on commit 66f3d7a

Please sign in to comment.