Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
30
template<typename T>
31
void 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
stringify
Method · 0.50
set_attrs
Method · 0.50
Calls
2
gson
Function · 0.50
to_string
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…