/** This class fails with the Fields serializer.
* If it is a perf bottleneck, we could write a Kryo serializer
*/
public class SimpleDateFormatSerializer extends JavaSerializer {
static public IKryoRegistrar registrar() {
return new SingleRegistrar(SimpleDateFormat.class, new SimpleDateFormatSerializer());
}