Contains a set of methods which can read db columns from a ResultSet into
Java types, and do serialization of these types to/from DataInput/DataOutput
for use with Hadoop's Writable implementation. This supports null values
for all types.
This is a singleton instance class; only one may exist at a time.
However, its lifetime is limited to the current TaskInputOutputContext's
life.