How to pass a List<String> into .ice method parameters?

in Help Center
Hi,
I'm trying to send a list of String using RMI, but I dont know how to implement the ice file. Can someone help me with that?
My code for the ice file is:module Demo { interface ListTransfer { void transfer(list<string> list); }; };
Tagged:
0
Answers
I think you need to define a sequence to map your list
Here is the doc about it https://doc.zeroc.com/display/Ice36/Sequences