java - Equivalent of ByteSize() in protobuf -


is there equivalent of bytesize() protobuf in java? i'm trying size of protobuf before serializing it.

something like:

protobuf.builder buffer = protobuf.newbuilder();  

i need size of buffer now. idea how obtain it?

build protocol buffer, , call getserializedsize().


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -