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
Why does msgpack allow serialization but not deserialization?
msgpack-d tries to pack Variant as normal struct. There is no check.
Maybe serialized result doesn't fit for deserialization because Variant uses union.
I will check it later.
How can I extend msgpack and submit a PR to support unpacking of
std.variant.VariantN
?compiles but deserialization errors at run-time as
Why does msgpack allow serialization but not deserialization?
Notice that
VariantN
is astruct
type.The text was updated successfully, but these errors were encountered: