First I'd like to ask how one goes about understanding errors that java throws at you. Has anyone written about this or is it somehting that comes with time?<BR><BR>Second, here is my most recent ...
When using vavr-jackson (0.9.2) to deserialize a TreeMap from JSON I get an instance back where the comparator apparently is not implementing "java.io.Serializable". Looking into the code the culprit ...