File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Kotlin Serialization Guide
2
2
3
- Kotlin Serialization is cross-platform and multi-format framework for data serialization &mdash ;
4
- converting trees of objects to strings, byte arrays, or other _ serial_ representations and back.
5
- Kotlin Serialization fully supports and enforces Kotlin type system, making sure only valid
3
+ Kotlin Serialization is a cross-platform and multi-format framework for data serialization&mdash ; converting
4
+ trees of objects to strings, byte arrays, or other _ serial_ representations and back.
5
+ Kotlin Serialization fully supports and enforces the Kotlin type system, making sure only valid
6
6
objects can be deserialized.
7
7
8
8
Kotlin Serialization is not just a library. It is a compiler plugin that is bundled with the Kotlin
You can’t perform that action at this time.
0 commit comments