Skip to content

Commit 137cb57

Browse files
authored
Merge pull request quarkusio#48176 from geoand/quarkusio#30904
Add note about Kotlin Serialization support in doc
2 parents 5ecc6e1 + 8bdc638 commit 137cb57

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)