Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ Serialize
Function
Serialize
library/cpp/neh/udp.cpp:202–205 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
200
201
template <class T>
202
static inline void Serialize(TPacketOutput* out, const T& t) {
203
Save(out, t.Type());
204
t.Serialize(out);
205
}
206
207
template <class T>
208
static inline void Serialize(TPacket& p, const T& t) {
Callers
9
TPacket
Method · 0.70
SerializeTo
Function · 0.50
Serialize
Method · 0.50
Serialize
Method · 0.50
Serialize
Method · 0.50
SerializeTo
Function · 0.50
Serialize
Method · 0.50
TestTemplateKernel
Function · 0.50
Y_UNIT_TEST
Function · 0.50
Calls
3
Save
Function · 0.50
Type
Method · 0.45
Serialize
Method · 0.45
Tested by
2
TestTemplateKernel
Function · 0.40
Y_UNIT_TEST
Function · 0.40