我想将Web API 2 / OData与protobuf一起使用
有几篇关于如何让Web API服务使用协议缓冲区的文章,但我似乎找不到任何关于如何让OData客户端库在客户端反序列化的讨论。
https://www.infoworld.com/article/2982579/application-architecture/working-with-protocol-buffers-in-web-api.html
https://damienbod.com/2014/01/11/using-protobuf-net-media-formatter-with-web-api-2/
我很确定我需要在OData SendingRequest / ReceivingResponse事件中做一些事情,但我似乎找不到任何关于如何实现这一目标的文章。