You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I wanted to change the type of a property from ByteArray to UByteArray.
It turned out that only the former is serializable.
I think UByteArray should be serializable by default as well.
The text was updated successfully, but these errors were encountered:
Agree on this. When working with cbor you typically interface with a embedded/tiny system that is using unsigned bytes. In the case of bytes, working with signed ones is the odd/strange case. Unsigned is the way to go!
I wanted to change the type of a property from
ByteArray
toUByteArray
.It turned out that only the former is serializable.
I think
UByteArray
should be serializable by default as well.The text was updated successfully, but these errors were encountered: