im trying to do this <https://github.com/Kotlin/ko...
# serialization
f
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
ListSerialier(Byte.serializer())
?