protobuf-net faulty enum exception (issue 422) need a good workaround

天大地大妈咪最大 提交于 2020-01-05 10:32:05

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!