public ObjectInspector getObjectInspector() throws SerDeException {
   return tsd.getObjectInspector();
 }
 public Object deserialize(Writable field) throws SerDeException {
   return tsd.deserialize(field);
 }