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

Method Serialize

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

Source from the content-addressed store, hash-verified

243 auto static const kSerializationVersion = static_cast<TypeSerializationVersion>(SerializationVersion::MinSize);
244
245 static void Serialize(FeatureBuilder const & fb, FeatureBuilder::Buffer & data)
246 {
247 fb.SerializeAccuratelyForIntermediate(data);
248 }
249
250 static void Deserialize(FeatureBuilder & fb, FeatureBuilder::Buffer & data)
251 {

Callers

nothing calls this directly

Tested by

no test coverage detected