Hi,
I currently writing a serialize/unserialize architecture. The read/write
function will read/write from a binary file.
My question is is there some sort on defined standart to use when
representing data type (int , int32, int64, double, string, etc....) ?
Thanks,
I currently writing a serialize/unserialize architecture. The read/write
function will read/write from a binary file.
My question is is there some sort on defined standart to use when
representing data type (int , int32, int64, double, string, etc....) ?
Thanks,
Comment