novifinancial / serde-reflection

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

Serde name adapter #101

Closed ma2bd closed 3 years ago

ma2bd commented 3 years ago

Summary

Add support to override the Serde names of generic types using two "adapter" classes.

See README file for a motivational example: https://github.com/matbd/serde-reflection/tree/serde_name_adapter/serde-name

Test Plan

New unit tests in CI