MCPcopy 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

SerializeFunction · 0.45
UNIT_TESTFunction · 0.45
mainFunction · 0.45
ExportKmlFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

SerializeFunction · 0.36
UNIT_TESTFunction · 0.36