File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
fundamentals/data-formats Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -242,6 +242,8 @@ The following example shows how to create a codec using the
242
242
.. literalinclude:: /examples/generated/KotlinXSerializationTest.snippet.custom-serialization.kt
243
243
:language: kotlin
244
244
245
+ .. _kotlin-serialization-snake-case-eg:
246
+
245
247
Enforcing Snake Case Naming Example
246
248
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247
249
Original file line number Diff line number Diff line change @@ -53,6 +53,10 @@ and features:
53
53
the `SearchOperator <{+core-api+}/client/model/search/SearchOperator.html>`__
54
54
interface API documentation
55
55
56
+ - Adds support for converting field names to snake case during serialization. To
57
+ learn more, see the :ref:`kotlin-serialization-snake-case-eg` on the
58
+ Serialization page.
59
+
56
60
.. _kotlin-coroutine-version-5.3:
57
61
58
62
What's New in 5.3
You can’t perform that action at this time.
0 commit comments