MCPcopy Create free account
hub / github.com/apple/foundationdb / serialize

Method serialize

flow/serialize.cpp:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56 template <class Archive>
57 void serialize(Archive& ar) {
58 serializer(ar, oldField);
59 }
60};
61
62struct NewStruct : public _Struct {

Callers 1

serialize.cppFile · 0.45

Calls 1

serializerFunction · 0.85

Tested by

no test coverage detected