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

Method Ser

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

Source from the content-addressed store, hash-verified

704{
705 template<typename Stream, typename T>
706 static void Ser(Stream& s, const T& t) { Serialize(s, t); }
707
708 template<typename Stream, typename T>
709 static void Unser(Stream& s, T& t) { Unserialize(s, t); }

Callers

nothing calls this directly

Calls 1

SerializeFunction · 0.70

Tested by

no test coverage detected