MCPcopy Create free account
hub / github.com/bitcoin/bitcoin / Serialize

Method Serialize

src/serialize.h:1252–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250
1251 template <typename Stream>
1252 void Serialize(Stream& s) const
1253 {
1254 ParamsStream ss{s, m_params};
1255 ::Serialize(ss, m_object);
1256 }
1257 template <typename Stream>
1258 void Unserialize(Stream& s)
1259 {

Callers

nothing calls this directly

Calls 1

SerializeFunction · 0.70

Tested by

no test coverage detected