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