You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, we want to use MessagePack in our production and ran into a problem.
Current stable version does not work with EnumMemberAttribute.
It's important for us.
I've wrote some tests for example
Hi, we want to use MessagePack in our production and ran into a problem.
Current stable version does not work with EnumMemberAttribute.
It's important for us.
I've wrote some tests for example
Looks like we can refine the EnumMessagePackSerializer class in ctor
and add new value ByEnumMember in EnumSerializationMethod
Can you suggest a quick way to solve the problem?
Thank you.
The text was updated successfully, but these errors were encountered: