zefchain / serde-reflection

Rust libraries and tools to help with interoperability and testing of serialization formats based on Serde.
Apache License 2.0
124 stars 22 forks source link

[Bug] '`Err` value: NotSupported("deserialize_any")' #33

Closed patrickelectric closed 1 year ago

patrickelectric commented 1 year ago

I know that deserialize_any is not supported, but is there a idea to how to add support into it ?

ma2bd commented 1 year ago

I don't see a use case for it since the rest of the project is meant for bcs and bincode (which are not self-describing formats).