In my organisation I would like to implement a rest web service with protobuf serialization that seems to me being the best, due to performance constraints. It is a java implementation hosted in a web server.
On client side (that I do not manage and won't develop), we have constraints too: XLS with VBA, not VB.Net (can not change it)
So my questions are:
- Does this architecture fit? Specially how to manage the interoperability and the serial/deserial in vb for xls? How to manage the .proto, would you have a sample? Does it seem possible?
- In case it does not work, (or too difficult or time consuming) any idea? (JSON, SOAP) considering this client techno constraint and the fact I would like something very performant/fast?