MCPcopy Create free account
hub / github.com/acl-dev/acl / serialize

Function serialize

lib_acl_cpp/include/acl_cpp/serialize/serialize.hpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30template<typename T>
31void serialize(T& o, string& buf) {
32 json j;
33 json_node& n = gson(j, o);
34 (void) n.to_string(&buf);
35}
36
37} // namespace acl

Callers 2

stringifyMethod · 0.50
set_attrsMethod · 0.50

Calls 2

gsonFunction · 0.50
to_stringMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…