msgpack / msgpack-cli

MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
http://msgpack.org
Apache License 2.0
834 stars 175 forks source link

add support for an enum key transformer #184

Closed hinaria closed 7 years ago

hinaria commented 8 years ago

hey there!

as you mentioned in #183, i'd also love to have a key transformer for enums as well, so that i can camelCase csharp enum values.

thank you for your hard work, as always.

yfakariya commented 8 years ago

Thank you! I'll add in next version.

yfakariya commented 7 years ago

Fixed in 66b9418