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
142 stars 5 forks source link

Implement ISerialize<T> as well as ISerialize #148

Closed agocke closed 8 months ago

agocke commented 8 months ago

One more step in replacing ISerialize with ISerialize<T>.