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

Method serialize

unittests/portability_test.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43
44 template <class Archive>
45 void serialize( Archive & ar )
46 {
47 ar( x, y );
48 }
49
50 template <class Archive>
51 static void load_and_construct( Archive & ar, cereal::construct<Data> & construct )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected