- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath { MaSystemGuiAppDelegate *appDelegate = (MaSystemGuiAppDelegate *)[[UIApplication sharedApplication] delegat
目录一、说明二、示例代码一、说明 Boost.Serialization 也可以序列化指针和引用。因为指针存储对象的地址,所以序列化地址没有多大意义。当序列化指针和引用时,被引用的对象被序列化。