Refactor native Stream serialization to new API

This commit is contained in:
Wojciech Figat
2022-10-20 17:28:12 +02:00
parent e5866a3ff4
commit 32e052a87b
34 changed files with 371 additions and 370 deletions

View File

@@ -23,7 +23,7 @@ bool VisjectMeta::Load(ReadStream* stream, bool loadData)
stream->ReadInt32(&e.TypeID);
DateTime creationTime;
stream->Read(&creationTime);
stream->Read(creationTime);
uint32 dataSize;
stream->ReadUint32(&dataSize);