12 decltype(Area::shape) shape;
14 case HeaderType::GeoBroadcast_Circle:
17 case HeaderType::GeoBroadcast_Rect:
20 case HeaderType::GeoBroadcast_Elip:
24 throw std::runtime_error(
"Invalid GBC header type");
33 detail::serialize(header, ar);
38 detail::deserialize(header, ar);