Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Write
Method
Write
Source/Engine/Networking/NetworkStream.cpp:171–174 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
void NetworkStream::Write(INetworkSerializable& obj)
172
{
173
obj.Serialize(this);
174
}
175
176
void NetworkStream::Write(INetworkSerializable* obj)
177
{
Callers
3
Write
Method · 0.45
Serialize
Method · 0.45
Save
Method · 0.45
Calls
2
Write
Function · 0.50
Serialize
Method · 0.45
Tested by
no test coverage detected