You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@thrift.apache.org by Armando Rey <ar...@hotmail.com> on 2011/05/19 15:48:59 UTC

Estimate size of a serialized object in Thrift

What is the correct form to estimate the size for an serialized object??

In TNullTransport documentation say: "This is useful for measuring
the serialized size of structures.". 

I appreciate if someone can explain me the use of this class (or another to help
me to find my objetive) with a little sample.