# Objective Fixes #6244 ## Solution Uses derive to implement `Serialize` and `Deserialize` for `Timer` and `Stopwatch` ### Things to consider - Should fields such as `finished` and `times_finished_this_tick` in `Timer` be serialized? - Does `Countdown` and `PrintOnCompletionTimer` need to be serialized and deserialized? ## Changelog Added `Serialize` and `Deserialize` implementations to `Timer` and `Stopwatch`, `Countdown`. |
||
|---|---|---|
| .. | ||
| fixed_timestep.rs | ||
| lib.rs | ||
| stopwatch.rs | ||
| time.rs | ||
| timer.rs | ||