MCPcopy Create free account
hub / github.com/chrxh/alien / serialize

Function serialize

source/PersisterInterface/SerializerService.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237
238 template <class Archive>
239 void serialize(Archive& ar, IntVector2D& data)
240 {
241 ar(data.x, data.y);
242 }
243 template <class Archive>
244 void serialize(Archive& ar, RealVector2D& data)
245 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected