Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ serialize
Method
serialize
programs/obfuscator/Obfuscator.cpp:1197–1201 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1195
}
1196
1197
void serialize(WriteBuffer & out) const
1198
{
1199
for (const auto & model : models)
1200
model->serialize(out);
1201
}
1202
1203
void deserialize(ReadBuffer & in)
1204
{
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.45
Tested by
no test coverage detected