Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/foundationdb
/ serialize
Method
serialize
flow/include/flow/serialize.h:113–116 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
class Serializer {
112
public:
113
static void serialize(Archive& ar, T& t) {
114
t.serialize(ar);
115
ASSERT(ar.protocolVersion().isValid());
116
}
117
};
118
119
template <class Ar, class T>
Callers
2
serializePacketWriter
Method · 0.45
serializeObjectWriter
Method · 0.45
Calls
2
isValid
Method · 0.45
protocolVersion
Method · 0.45
Tested by
no test coverage detected