Closed ralexstokes closed 1 year ago
this simple does a "brute force" approach to deserializing a transparent derived type
transparent
otherwise, we would need to extend the Deserialize trait with some kind of DeserializeSeed function (following serde's approach)
Deserialize
DeserializeSeed
this simple does a "brute force" approach to deserializing a
transparent
derived typeotherwise, we would need to extend the
Deserialize
trait with some kind ofDeserializeSeed
function (following serde's approach)