Skip to content

Latest commit

 

History

History

jackson-kata

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Jackson Kata

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.