msgpack / msgpack-cli

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

Can I use lowerCamelCase when serialize a map? #175

Closed JackBao closed 7 years ago

JackBao commented 8 years ago

Can I use lowerCamelCase when serialize a map? thanks

yfakariya commented 8 years ago

Currently, you must use MessagePackMemberAttribute for every members. I think you don't want to do so, aren't you? If so, I will add options to customize key casings.

JackBao commented 8 years ago

Add an option would be great, otherwise all my clients need to be updated to use PascalCase, do we have a schedule for this?

yfakariya commented 8 years ago

No, I don't have specific plan for it, but there are no reason to leave this issue open. Do you have any request for this? I want to add with #136 as map related enhancements.

JackBao commented 8 years ago

Great! I found this enhancement is in develop, when will this feature release?

yfakariya commented 8 years ago

I will release in few week(s) with Xamarin related packing issue.