We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a2c1c0 commit 6dbb8a9Copy full SHA for 6dbb8a9
docs/serializers.md
@@ -814,7 +814,7 @@ fun main() {
814
### Specifying serializer globally using typealias
815
816
kotlinx.serialization tends to be the always-explicit framework when it comes to serialization strategies: normally,
817
-they should be explicitly mentioned in `@Serialiazble` annotation. Therefore, we do not provide any kind of global serializer
+they should be explicitly mentioned in `@Serializable` annotation. Therefore, we do not provide any kind of global serializer
818
configuration (except for [context serializer](#contextual-serialization) mentioned later).
819
820
However, in projects with a large number of files and classes, it may be too cumbersome to specify `@file:UseSerializers`
0 commit comments