Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ClickHouse/ClickHouse
/ serialize
Method
serialize
programs/obfuscator/Obfuscator.cpp:1095–1098 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1093
}
1094
1095
void serialize(WriteBuffer & out) const override
1096
{
1097
nested_model->serialize(out);
1098
}
1099
1100
void deserialize(ReadBuffer & in) override
1101
{
Callers
nothing calls this directly
Calls
1
serialize
Method · 0.45
Tested by
no test coverage detected