serde-rs / serde-rs.github.io

https://serde.rs
Creative Commons Attribution Share Alike 4.0 International
22 stars 96 forks source link

Adding example of renaming Enums #76

Open phayes opened 6 years ago

phayes commented 6 years ago

I spent far too long trying to figure out how to serialize and unserialize Enums to constants strings. Thanks some kind help on reddit , I was able to figure it out.

This pull-request adds examples of serializing and deserializing Enums as string values by making use of rename, turning enums into de-facto "string enums" for the purpose serialization.