Skip to content

Commit a713b07

Browse files
committed
what's new
1 parent 01a32b1 commit a713b07

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

source/fundamentals/data-formats/serialization.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ The following example shows how to create a codec using the
242242
.. literalinclude:: /examples/generated/KotlinXSerializationTest.snippet.custom-serialization.kt
243243
:language: kotlin
244244

245+
.. _kotlin-serialization-snake-case-eg:
246+
245247
Enforcing Snake Case Naming Example
246248
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
247249

source/whats-new.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ and features:
5353
the `SearchOperator <{+core-api+}/client/model/search/SearchOperator.html>`__
5454
interface API documentation
5555

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+
5660
.. _kotlin-coroutine-version-5.3:
5761

5862
What's New in 5.3

0 commit comments

Comments
 (0)