is there a way in java to get the size of a protobuf in bytes? I know there exists the getSerializedSize
function, but I believe that will include field names, etc. Is there a way to actually get the size of what is going to be transferred over the wire?