netty5/codec-http2/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/java/io/netty/handler/codec/http2 Make Comparators Serializable 2017-10-22 03:40:28 +02:00
test Make methods 'static' where it possible 2017-10-21 14:59:26 +02:00