serdedotnet / serde

Serde.NET is a C# port of the popular Serde serialization library for Rust
https://serdedotnet.github.io/
BSD 3-Clause "New" or "Revised" License
154 stars 6 forks source link

Implement Deserialize using TypeInfo #165

Closed agocke closed 4 months ago

agocke commented 4 months ago

Adjusts the source generator to generate the Deserialize implementation using TypeInfo instead of Visitors.