As with the .NET version serialization is important https://rust-lang.github.io/api-guidelines/interoperability.html#data-structures-implement-serdes-serialize-deserialize-c-serde > Types that play the role of a data structure should implement Serialize and Deserialize.
As with the .NET version serialization is important
https://rust-lang.github.io/api-guidelines/interoperability.html#data-structures-implement-serdes-serialize-deserialize-c-serde