Any idea why ResultSetWrappingSqlRowSetMetaData is not serializable?
That way it is hard to use the SqlRowSet in a disconnected environment (That means: I get
an NotSerializableException when using JdbcTemplate#queryForRowSet and passing the result to the client).

TIA,
Sven