-
v1.1.0
released this
2024-02-17 00:57:33 -08:00 | 92 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::ReadStr
has been optimized.Serializer::WriteStr(const T* str, N inSize = 0)
will not add a null terminator if a size was given.Serializer::ReadStr
will not read a null terminator if a size was given.
Downloads