Details
-
Improvement
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
0.10.1
-
None
-
None
Description
The Serializers class has a util method that registers some JodaTime default serializers at Kryo.
We should remove this util method and the JavaKaffee dependency:
- The util method is not uses as far as I can tell.
- The util method registers two arbitrary types from JodaTime. It is almost useless.
- The dependency has caused conflicts in the past