MCPcopy Create free account
hub / github.com/catboost/catboost / SerializeToFile

Function SerializeToFile

library/cpp/binsaver/util_stream_io.h:83–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82template <class T>
83inline void SerializeToFile(const TString& fileName, T& c) {
84 TOFStream out(fileName);
85 SerializeToArcadiaStream(out, c);
86}

Callers 2

RunMasterMethod · 0.85
SaveMethod · 0.85

Calls 1

SerializeToArcadiaStreamFunction · 0.85

Tested by

no test coverage detected