@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 }
public void transcribe(TranscriptionInput in, Set<TranscribableParams> params, boolean client) throws Exception { setBazId((Long) in.readObject(__bazIdParam, client)); }