MCPcopy Create free account
hub / github.com/comaps/comaps / Serialize

Method Serialize

generator/metalines_builder.hpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36 template <typename T>
37 void Serialize(T & w)
38 {
39 WriteVarUint(w, m_start);
40 WriteVarUint(w, m_end);
41 WriteToSink(w, m_oneway);
42 rw::WriteVectorOfPOD(w, m_ways);
43 }
44
45 template <typename T>
46 static LineString Deserialize(T & r)

Callers

nothing calls this directly

Calls 3

WriteVarUintFunction · 0.85
WriteToSinkFunction · 0.85
WriteVectorOfPODFunction · 0.85

Tested by

no test coverage detected