netty5/common/src
Idel Pivnitskiy 4793daa589 Make Comparators Serializable
Motivation:

Objects of java.util.TreeMap or java.util.TreeSet will become
non-Serializable if instantiated with Comparators, which are not also
 Serializable. This can result in unexpected and difficult-to-diagnose
 bugs.

Modifications:

Implements Serializable for all classes, which implements Comparator.

Result:

Proper Comparators which will not force collections to
non-Serializable mode.
2017-10-22 03:40:28 +02:00
..
main Add missed 'serialVersionUID' field for Serializable classes 2017-10-21 14:41:18 +02:00
test Make Comparators Serializable 2017-10-22 03:40:28 +02:00