hi, I would just like to know if there is a way to manually calculate the size of my structure to anticipate the file size of the object after serialization?
Is it reliable to depend on the file size of the usual result after serializing a certain structure? I mean, if I serialize an object then get the size of the result, will the result on the next serialization will still be the same even I change the data inside the structure?
What I am trying to achieve here is to serialize multiple objects but assign a specific block/position for them inside a file.
I hope I delivered my questions clearly that someone could help me.
Thanks in advance.
Is it reliable to depend on the file size of the usual result after serializing a certain structure? I mean, if I serialize an object then get the size of the result, will the result on the next serialization will still be the same even I change the data inside the structure?
What I am trying to achieve here is to serialize multiple objects but assign a specific block/position for them inside a file.
I hope I delivered my questions clearly that someone could help me.
Thanks in advance.
Comment