I want to serialize object to data, and reduce the serialized data size as small as possible, and currently I'm testing Protocol Buffers.
I have read the official encoding doc, and did some optimizations for the varint numbers, apart from this, are there any other optimizations I can do to reduce the message size?