问题
I am working in a project that uses ProtoBuf in different languages among them .NET. For .NET we use protobuf-net. We have extended enums and they work on the other platforms but in .NET we get a exception when trying to de-serialize. When googling this i found this Issue 422. Does anyone have a good workaround or know what to download and compile for a local fix. We would prefer not to introduce weird extra enums or other weird stuff that goes against the Protobuf definition.
来源:https://stackoverflow.com/questions/28236582/protobuf-net-faulty-enum-exception-issue-422-need-a-good-workaround