Exemplo n.º 1
0
 @Override
 public void transcribe(TranscriptionInput in, Set<TranscribableParams> params, boolean client)
     throws Exception {
   id = (Integer) in.readObject(parameters[0], client);
   value = in.readObject(parameters[1], client);
   // NOTE: add new fields at the end
 }
Exemplo n.º 2
0
 public void transcribe(TranscriptionInput in, Set<TranscribableParams> params, boolean client)
     throws Exception {
   setBazId((Long) in.readObject(__bazIdParam, client));
 }