static void Visit(WritableDataNode &node, const LineSectorZone &data) { node.SetAttribute(_T("type"), _T("Line")); node.SetAttribute(_T("length"), data.GetLength()); }
void Serialiser::Visit(const LineSectorZone &data) { node.SetAttribute(_T("type"), _T("Line")); node.SetAttribute(_T("length"), data.GetLength()); }