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