MCPcopy 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

TPacketMethod · 0.70
SerializeToFunction · 0.50
SerializeMethod · 0.50
SerializeMethod · 0.50
SerializeMethod · 0.50
SerializeToFunction · 0.50
SerializeMethod · 0.50
TestTemplateKernelFunction · 0.50
Y_UNIT_TESTFunction · 0.50

Calls 3

SaveFunction · 0.50
TypeMethod · 0.45
SerializeMethod · 0.45

Tested by 2

TestTemplateKernelFunction · 0.40
Y_UNIT_TESTFunction · 0.40