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.
Micronaut app that has simple test to show that we cannot override String deserialization
Kotlin
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.