MCPcopy Create free account
hub / github.com/USCiLab/cereal / serialize

Method serialize

sandbox/sandbox_json.cpp:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130 template<class Archive>
131 void serialize(Archive & ar)
132 {
133 ar(a);
134 }
135};
136
137struct Everything

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected