dtolnay / typetag

Serde serializable and deserializable trait objects
Apache License 2.0
1.19k stars 38 forks source link

error: deserialization of generic traits is not supported yet; use #[typetag::serialize] to generate serialization only #68

Closed leontiadZen closed 1 year ago

leontiadZen commented 1 year ago

I tried to reproduce the pattern in my code, for ser/de but I am getting errors when I try to deserialize : error: deserialization of generic traits is not supported yet; use #[typetag::serialize] to generate serialization only Is that expected behavior

dtolnay commented 1 year ago

Duplicate of #1.