Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Serialize
Method
Serialize
libs/kml/header_binary.hpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
56
template <typename Sink>
57
void Serialize(Sink & sink)
58
{
59
coding::binary::HeaderSerVisitor<Sink> visitor(sink);
60
visitor(*this);
61
}
62
63
template <typename Source>
64
void Deserialize(Source & source)
Callers
5
Serialize
Function · 0.45
UNIT_TEST
Function · 0.45
main
Function · 0.45
ExportKml
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
Serialize
Function · 0.36
UNIT_TEST
Function · 0.36