Skip to content

Commit f5199a4

Browse files
geoandDavideD
authored andcommitted
Add note about Kotlin Serialization support in doc
Closes: quarkusio#30904
1 parent 9bb972e commit f5199a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/main/asciidoc/kotlin.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,11 @@ data class ResultItem(
462462
...
463463
----
464464

465+
[NOTE]
466+
====
467+
When using Kotlin with Quarkus REST, it is worth considering the use of `quarkus-rest-kotlin-serialization` which leverages the Kotlin Serialization framework instead of Jackson.
468+
====
469+
465470
== Kotlin and the Kubernetes Client
466471

467472
When working with the `quarkus-kubernetes` extension and have Kotlin classes bound to CustomResource definitions (like you do for building operators), you need to be aware that the underlying Fabric8 Kubernetes Client uses its own static Jackson `ObjectMapper` s, which can be configured as follows with the `KotlinModule`:

0 commit comments

Comments
 (0)