Micronaut serde examples showing how serialization and deserialization works with serde for pojos with no setters.
For this, the project includes a bunch of tests showcasing the capabilities of serde.
If you want to check out that the tests do in fact work as expected simply run:
./gradlew test
or, if you had already run it, but you want to force it to run again:
./gradlew clean test