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

Method serialize

sandbox/sandbox_json.cpp:284–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283 template <class Archive>
284 void serialize( Archive & ar )
285 {
286 ar( CEREAL_NVP(data) );
287 }
288};
289
290struct OOJson

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected