vavr-jackson
vavr-jackson copied to clipboard
Check `deserialize(serialize(o)) equals o` for all
See this comment
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 thank you, fixed
Thanks!