void Ice::InputStream::read | ( | std::vector< std::string > & | v, |
bool | convert = true ) |
Reads a sequence of strings from the stream.
[out] | v | The unmarshaled string sequence. |
convert | true to process the unmarshaled string through the string converter (if installed on the communicator), false otherwise. |