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
IonReaderFromCbor/IonWriterToCbor both currently do nothing with CBOR tags. On read, non-zero tags are dropped, and on conversion from Ion, no attempt is made to tunnel Ion annotations via CBOR tags.
Since CBOR tags are numeric with implicit meaning, while Ion annotations are user-provided text included in the stream, it's not clear how this mapping would be performed in a way that would actually be useful in the real world. I'm opening this issue as a place for further discussion on this if necessary.
The text was updated successfully, but these errors were encountered:
IonReaderFromCbor
/IonWriterToCbor
both currently do nothing with CBOR tags. On read, non-zero tags are dropped, and on conversion from Ion, no attempt is made to tunnel Ion annotations via CBOR tags.Since CBOR tags are numeric with implicit meaning, while Ion annotations are user-provided text included in the stream, it's not clear how this mapping would be performed in a way that would actually be useful in the real world. I'm opening this issue as a place for further discussion on this if necessary.
The text was updated successfully, but these errors were encountered: