if (remoteMethod == null) {
arguments = reader.readArray(count);
}
else {
arguments = new Object[count];
reader.readArray(remoteMethod.paramTypes, arguments, count);
}
reader.checkTag(HproseTags.TagClosebrace);
tag = reader.checkTags((char) HproseTags.TagTrue + "" +
(char) HproseTags.TagEnd + "" +
(char) HproseTags.TagCall);