• Davis King's avatar
    Changed the serialization code for C-strings so that they don't save the null terminator · f3ce1059
    Davis King authored
    byte.  This makes their serialization format the same as the format for std::string.  I had
    to revert the previous mod for this because it didn't work in visual studio.  This change
    fixes that.  The code should still be able to read all previously serialized data correctly.
    Moreover, any char arrays that aren't null terminated will still be read and written in
    their entirety.
    f3ce1059
serialize.cpp 30.2 KB