Join Slack
Communities
Powered by
im trying to do this <https://github.com/Kotlin/ko...
# serialization
f
F0X
08/13/2021, 11:49 AM
im trying to do this
https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/formats.md#format-specific-types
, but with
List<Byte>
, so a specific generic type. Is it possible, and if so how?
e
ephemient
08/13/2021, 2:46 PM
ListSerialier(Byte.serializer())
?
8
Views
Open in Slack
Previous
Next