You will learn how to set up Object Mapper for Eclipse Collections Jackson serialization and how to modify java classes to make them Jackson serializable.
This particular kata is set up as a series of unit tests which fail. Your task is to make them pass. Follow hints in java docs for each failing test. Work your way through the failing tests in this order:
Exercise1Test
Exercise2Test
Exercise3Test
Solutions are available in jackson-kata-solutions module.