-
v1.1.0
released this
2024-02-17 00:57:33 -08:00 | 117 commits to main since this releaseNew Features
Serializer::WriteStr(const T* str, N inSize = 0)Serializer::WritePadding
Changes
- Strings are now written/read differently, it will now use the null terminator.
- All
Serializer::Write...operations have been optimized. Serializer::ReadStrhas been optimized.Serializer::WriteStr(const T* str, N inSize = 0)will not add a null terminator if a size was given.Serializer::ReadStrwill not read a null terminator if a size was given.
Downloads