// stringified list of assoc. We're only handling
// this one case, rather than handling stringified
// values generally.
if (subType == Client.POLLSUBTYPE &&
fields[i].equals("Questions")) {
value = value.stringToValue();
}
collectValueProperties(fields[i], value);
}
} else {