blob: 27096d258bda3b668343b59fcb9a577e1a164712 [file] [log] [blame]
Clara Fokdd982192024-03-08 17:00:12 -08001name: "kotlinx.serialization"
2description:
3 "Kotlin serialization consists of a compiler plugin, that generates visitor "
4 "code for serializable classes, runtime library with core serialization API "
5 "and support libraries with various serialization formats."
6
7third_party {
8 identifier {
9 type: "Git"
10 value: "https://github.com/Kotlin/kotlinx.serialization"
11 primary_source: true
12 version: "v1.3.3"
13 }
14 last_upgrade_date { year: 2024 month: 3 day: 7 }
15 license_type: NOTICE
16}