How to implement Polymorphic protocol buffers in Java
Posted by Jim Morris on Wed Nov 23 00:08:34 -0800 2011
I decided to use Googles Protocol Buffers for a new server. I have been writing custom binary protocols for over 15 years for my various servers, as well as using XML and JSON on occasions.
I prefer binary protocols as they tend to be lean and mean when it comes to bandwidth.
... Show more ...