paramNames[i] = in.readString();
}
return ArgumentMatcher.getArgumentValues(argTypes, paramNames, (Object[])in.readObject());
}
catch (IOException e) {
throw new TranscriptionException(e);
}
catch (ClassNotFoundException e) {
throw new TranscriptionException(e);
}
}