Skip to content

Commit 4e69cdf

Browse files
committed
setting up temporary folder for review
1 parent 98ce74f commit 4e69cdf

File tree

7 files changed

+1
-1
lines changed

7 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/topics/serialization.md renamed to docs-website/topics/serialization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Kotlin provides this functionality through the [`kotlinx.serialization` librarie
1010
which support multiple platforms and data formats.
1111

1212
If you're new to serialization in Kotlin, we recommend starting with the [Get Started with Serialization](serialization-get-started.md) tutorial.
13-
It provides a step-by-step guide to help you set up and use Kotlin serialization in your project.
13+
It walks you through adding the Kotlin serialization library to your project and shows you how to serialize and deserialize your first class.
1414

1515
<a href="serialization-get-started.md"><img src="get-started-serialization.svg" width="700" alt="Get started with serialization" style="block"/></a>
1616

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)