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
trying to deserialize JSON {"v":0} results in Unexpected IonTypeCode for Algebraic!(void, bool, MyEnum)
This issue does not occur with Nullable!MyEnum or Variant!(void, MyEnum) because of a special otpimization case for these simple cases (#28)
Right now this is not a high priority issue for me, but documenting it because it could lead to issues in the future and we might want to fix this eventually.
The text was updated successfully, but these errors were encountered:
See #28 (comment)
trying to deserialize JSON
{"v":0}
results inUnexpected IonTypeCode for Algebraic!(void, bool, MyEnum)
This issue does not occur with
Nullable!MyEnum
orVariant!(void, MyEnum)
because of a special otpimization case for these simple cases (#28)Right now this is not a high priority issue for me, but documenting it because it could lead to issues in the future and we might want to fix this eventually.
The text was updated successfully, but these errors were encountered: