@Override
 public void jsonWrite(JsonWriter writer, String name, byte[] value) throws IOException {
   writer.writeBinaryField(name, value);
 }