vavr-jackson icon indicating copy to clipboard operation
vavr-jackson copied to clipboard

Check `deserialize(serialize(o)) equals o` for all

Open ruslansennov opened this issue 8 years ago • 3 comments

See this comment

ruslansennov avatar Sep 13 '16 07:09 ruslansennov

There is a problem with SortedMap, similar to the one with SortedSet (which was fixed in #73). Seems like a simple fix in MapDeserializer.

jezovuk avatar Feb 01 '17 09:02 jezovuk

@jezovuk thank you, fixed

ruslansennov avatar Feb 01 '17 18:02 ruslansennov

Thanks!

jezovuk avatar Feb 02 '17 09:02 jezovuk