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
* Add support for default EnumSerializationMethod value specification via configuration.
* Add constructor overloads taking EnumSerializationMethod explicitly to serializer code.
* Add constructor overloads using default EnumSerializationMethod implicitly to serializer assembly.
* Fix TracingILGenerator bugs when chained constructor is generated.
Hi,
I'm using MsgPack with Unity on iOS, so I'm trying to use pregeneration of serializers (like described in https://github.com/msgpack/msgpack-cli/wiki/Xamarin-and-Unity#generate-serializers-in-advance). However, my enum serializers get generated with
EnumSerializationMethod.ByName
, instead of by underlying value. It doesn't look likeSerializerCodeGenerationConfiguration
has an option for this; is there anything that can be done?Cheers.
The text was updated successfully, but these errors were encountered: