Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ serialize
Method
serialize
sandbox/sandbox_rtti.cpp:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
int x;
169
template <class Archive>
170
void serialize( Archive & ar )
171
{
172
ar( x );
173
}
174
};
175
176
namespace cereal
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected