MCPcopy 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
171void NetworkStream::Write(INetworkSerializable& obj)
172{
173 obj.Serialize(this);
174}
175
176void NetworkStream::Write(INetworkSerializable* obj)
177{

Callers 3

WriteMethod · 0.45
SerializeMethod · 0.45
SaveMethod · 0.45

Calls 2

WriteFunction · 0.50
SerializeMethod · 0.45

Tested by

no test coverage detected