Protocol Buffers
Hi!
Did anyone try to serialize objects in Caché using Google Protocol Buffers? Your experience will be very helpful for me.
Thanks!
Discussion (3)0
Comments
I don't think there's an implementation for Caché for now. Can't you try using bindings? Google provides a code generator for C++ and Java as well.
From here: https://developers.google.com/protocol-buffers/docs/cpptutorial
And bindings here: http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY…
Thanks, Rubens, for answer! I also thought to use Java compiler. If my attempt is successful, I'll report about it.
Hi Mikhail,
I am interested in using Google protobuf in in Cache as well. Did you managed to get it working?
Thanks