Pedro Henrique
05/22/2022, 7:47 PMkotlinx.serialization.cbor.internal.CborDecodingException: Expected start of string, but found 50
error. The byte array data seems to be the same as the original one in Rust when converting them to a hexadecimal format. I can deserialize normally the same data on Rust through the cbor4ii
library. I also tried using another library (cborium
) and I still get the same error in the Kotlin side.Dominaezzz
05/22/2022, 8:05 PMPedro Henrique
05/22/2022, 8:19 PMDominaezzz
05/22/2022, 8:19 PMPedro Henrique
05/22/2022, 8:19 PMPedro Henrique
05/22/2022, 8:19 PMDominaezzz
05/22/2022, 9:47 PMPedro Henrique
05/23/2022, 2:14 AMPedro Henrique
05/23/2022, 2:30 AM