I have written a client server application in java. The client
application upload's huge files to the server via http. Will protobuf
be helpful in improving the speed of uploads. To be more precise, does
it compress binary data(A class containing a byte array of size 256k
and few more sting fields. Will this be a good candidate for protobuf
serialization.). Based on the documents, I do see that protobuf does
encoding, but I also get an impression that it is efficient only in
the case of object serialization of complex class structures. Is my
understanding right?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/protobuf?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to