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