Jackson Bukkit - Bukkit serialization done the right way
With the introduction of paper plugins, paper decided to drop support for the ConfigurationSerializable
interface.
While this interface and the system behind it provided a usable way to de/serialise an object fairly easily, it wasn't ideal by any means.
It was hard to learn and required a lot of boilerplate code to simply de/serialise an object.
So we're going to say goodbye to it. It won't be missed.