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
Dahomey.Cbor.CborException : [1] Expected major type Map (5)
Arborescence des appels de procédure :
at Dahomey.Cbor.Serialization.CborReader.ThrowCbor(String message) in C:\test\Dahomey.Cbor\src\Dahomey.Cbor\Serialization\CborReader.cs:line 1081
at Dahomey.Cbor.Serialization.Converters.ObjectConverter`1.Read(CborReader& reader) in C:\test\Dahomey.Cbor\src\Dahomey.Cbor\Serialization\Converters\ObjectConverter.cs:line 184
The text was updated successfully, but these errors were encountered:
Deserializing a CBOR array into a Tuple doesn't seem to work.
Here is a concrete example:
CBOR hexa value:
82664c6f6e646f6e1907e7
CBOR notation:
["London", 2023_1]
The following should deserialize into a Tuple but it currently throws an exception:
The thrown exception:
The text was updated successfully, but these errors were encountered: