MCPcopy Create free account
hub / github.com/bgrimstad/splinter / _serialize

Method _serialize

src/serializer.cpp:151–155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 */
150
151void Serializer::_serialize(const DataPoint &obj)
152{
153 _serialize(obj.x);
154 _serialize(obj.y);
155}
156
157void Serializer::_serialize(const DataTable &obj)
158{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected