Example #1
0
 @Override
 public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client)
     throws Exception {
   out.writeObject(id, parameters[0], client);
   out.writeObject(value, parameters[1], client);
   // NOTE: add new fields at the end
 }
Example #2
0
 public void transcribe(TranscriptionOutput out, Set<TranscribableParams> params, boolean client)
     throws Exception {
   out.writeObject(getBazId(), __bazIdParam, client);
 }