We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
knitCheck
1 parent d51ccbb commit 0e19cc7Copy full SHA for 0e19cc7
docs/serializers.md
@@ -192,7 +192,7 @@ kotlin.collections.ArrayList(PrimitiveDescriptor(kotlin.String))
192
193
### Using top-level serializer function
194
195
-When in doubt, you can always use the top-level generic [`serializer<T>()`][kotlinx.serialization.serializer]
+When in doubt, you can always use the top-level generic `serializer<T>()`
196
function to retrieve a serializer for an arbitrary Kotlin type in your source-code.
197
198
<!--- INCLUDE
0 commit comments