Hi all,
wanna ask for your opinion. What would be the best object (Array, List<>, Collection,...) used in webservice when returning list of business objects. Like a list of customer or history list.
Some ideas:
- because I want minimize amount of data transafered between client and server
- because I want simplify xml serialization
- I dont expect any extra functionality at server side, just simple select
Any tip, opinion most welcome. Cheers, X.