There's no encode/decode for byte strings, right? ...
# serialization
j
There's no encode/decode for byte strings, right? I'm thinking I'll make a PR for it.
encodeBytes()
and
decodeBytes()
? Kotlin type
ByteArray
? Or is this something that is deliberately left out of the library?
s
It has been deliberately left out because it is not designed yet. There's either a solution to provide
encodeBytes
in the plugin, or to serialize it via special serializer that formats will know about