View Single Post
  #2 (permalink)  
Old 07-02-2007, 08:03 AM
Felissa Felissa is offline
Member
 
Join Date: Jun 2007
Posts: 95
Felissa is on a distinguished road
While you could serialize the Vector across the wire to the server I'd personally iterate through the Vector and send each item across individually. That way the server can deal with one thing at a time and they could even be mixed together - you could send an ObjectA and then an ObjectB and then another ObjectA. I really think the design will be easier.

Greetings

Felissa
Reply With Quote