deserializeResultSet function
Deserializes a result set from the format in serializeResultSet.
Implementation
ResultSet deserializeResultSet(JSObject object) {
return RowsResponse.deserializeResultSet(object);
}
Deserializes a result set from the format in serializeResultSet.
ResultSet deserializeResultSet(JSObject object) {
return RowsResponse.deserializeResultSet(object);
}