The Converter interface is a bit strange indeed. The method above is a pure converter utility, but this one looks like it's meant to convert the object's internal state to some external representation.
This hints at the idea that this interface should be split in two. In ResultSetIterator for instance, we only need the fromResultSet method.
Originally posted by @adutra in #2465 (comment)