MCPcopy Create free account
hub / github.com/ElementsProject/elements / Serialize

Method Serialize

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

Source from the content-addressed store, hash-verified

416public:
417 explicit Wrapper(T obj) : m_object(obj) {}
418 template<typename Stream> void Serialize(Stream &s) const { Formatter().Ser(s, m_object); }
419 template<typename Stream> void Unserialize(Stream &s) { Formatter().Unser(s, m_object); }
420};
421

Callers 1

SerializeFunction · 0.45

Calls 1

SerMethod · 0.45

Tested by

no test coverage detected