Skip to content

Commit 8bdc638

Browse files
committed
Add note about Kotlin Serialization support in doc
Closes: quarkusio#30904
1 parent 2c91ef1 commit 8bdc638

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)