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
The specific case I'm running into that fails to round trip is serializes via Serializer::serialize_newtype_variant. I believe that this is because Value doesn't store the name of the struct stored, so deserialized named things become unnamed sequences.