Skip to content
This repository was archived by the owner on Jul 11, 2024. It is now read-only.

Micronaut serde examples showing how serialization and deserialization works for pojos with no setters

License

Notifications You must be signed in to change notification settings

lengors/micronaut-serde-examples

Repository files navigation

micronaut-serde-examples

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.

How to run

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

Micronaut 4.5.0 Documentation


Feature micronaut-aot documentation

Feature serialization-jackson documentation

About

Micronaut serde examples showing how serialization and deserialization works for pojos with no setters

Resources

License

Stars

Watchers

Forks

Languages