cbor / cbor.github.io

cbor.io web site
74 stars 33 forks source link

Kotlin know supports CBOR #77

Open StokeMasterJack opened 3 years ago

StokeMasterJack commented 3 years ago

Kotlin know supports CBOR as part of kotlinx-serialization:

https://kotlin.github.io/kotlinx.serialization/kotlinx-serialization-cbor/kotlinx-serialization-cbor/kotlinx.serialization.cbor/index.html

Whathecode commented 3 months ago

Indeed: kotlinx.serialization supports CBOR in Kotlin

And, there is also a third-party CBOR integration for kotlinx.serialization: https://github.com/L-Briand/obor