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
Conjure serializes unions with a weird combination of serde's standard externally and adjacently tagged formats. We currently inline the Serialize and Deserialize implementations into the generated code but we should move that to a macro.
The text was updated successfully, but these errors were encountered:
Conjure serializes unions with a weird combination of serde's standard externally and adjacently tagged formats. We currently inline the Serialize and Deserialize implementations into the generated code but we should move that to a macro.
The text was updated successfully, but these errors were encountered: