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

Method Serialize

generator/feature_builder.hpp:236–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234 auto static const kSerializationVersion = static_cast<TypeSerializationVersion>(SerializationVersion::MinSize);
235
236 static void Serialize(FeatureBuilder const & fb, FeatureBuilder::Buffer & data) { fb.SerializeForIntermediate(data); }
237
238 static void Deserialize(FeatureBuilder & fb, FeatureBuilder::Buffer & data) { fb.DeserializeFromIntermediate(data); }
239};

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected