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
@ModProg reports that using serde(flatten) fails with a SequenceSizeMustBeKnown error. I remembered specifically looking at Bincode when implementing my sequence serialization code. Turns out that Bincode doesn't support serde(flatten) either.
I believe we should be able to add support for this, however, possibly without introducing a new format revision.
The text was updated successfully, but these errors were encountered:
@ModProg reports that using
serde(flatten)
fails with aSequenceSizeMustBeKnown
error. I remembered specifically looking at Bincode when implementing my sequence serialization code. Turns out that Bincode doesn't support serde(flatten) either.I believe we should be able to add support for this, however, possibly without introducing a new format revision.
The text was updated successfully, but these errors were encountered: