Syncing dynamic arrays over the network.
#1What is the proper way to sync for example std::vector<EntityId> over the network in netserialize or via RMI? As far as I know, netserialize can only work with fixed elements quantities, and calling RMI for each element looks weird to me.