Hi Torben,
It is not amazing if binray streams result in a larger size,
especially when saving simple scenes. A possible reason is because the
ascii format will only record properties that are non-default, but the
binary one always saves all the properties of a class.
By the way, please note that
Hi,
I'm working again on my serializer problem and I don't unterstand why my binary
stream is as long as my ascii stream. binary should be smaller as ascii I
suppose
My Testcode code is:
Code:
// Writing object to stream
std::stringstream myOstream;
std::string extensi
2 matches
Mail list logo