public void readProcessTimers(MarshallerReaderContext context) throws IOException {
ObjectInputStream stream = context.stream;
TimerManager timerManager = ((InternalProcessRuntime) ((InternalWorkingMemory) context.wm).getProcessRuntime()).getTimerManager();
timerManager.internalSetTimerId( stream.readLong() );
// still need to think on how to fix this.
// TimerService service = (TimerService) stream.readObject();
// timerManager.setTimerService( service );