/string-deserializer-not-working

Micronaut app that has simple test to show that we cannot override String deserialization

Primary LanguageKotlin

String deserialization test

In test folder, you can find PingTest that has one of the tests failing, as our custom CustomDeserializer is not working.

Related to this Github issue.