Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/USCiLab/cereal
/ serialize
Method
serialize
sandbox/sandbox_rtti.cpp:129–132 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
127
128
template<class Archive>
129
void serialize(Archive & ar)
130
{
131
ar( x );
132
}
133
};
134
135
struct BaseVirtual
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected