Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ serialize
Method
serialize
programs/obfuscator/Obfuscator.cpp:1047–1050 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1045
}
1046
1047
void serialize(WriteBuffer & out) const override
1048
{
1049
nested_model->serialize(out);
1050
}
1051
1052
void deserialize(ReadBuffer & in) override
1053
{
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.45
Tested by
no test coverage detected