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 ...
Each node has max two children Common in search trees and parsing Traversal orders: In-order, Pre-order, Post-order ...