@Override
 protected byte[] afterGeneration(byte[] bytes) {
   byte[] result = model.normalizeEscapes(bytes);
   return result;
 }