docs: updated diagrams for tolerant reader and trampoline

This commit is contained in:
Ilkka Seppälä
2025-04-12 09:23:46 +03:00
parent 95bfd6cb4d
commit 21914f9c88
4 changed files with 8 additions and 0 deletions
+4
View File
@@ -33,6 +33,10 @@ In plain words
> Be conservative in what you do, be liberal in what you accept from others.
Sequence diagram
![Tolerant Reader sequence diagrams](./etc/tolerant-reader-sequence-diagram.png)
## Programmatic Example of Tolerant Reader Pattern in Java
We are persisting `RainbowFish` objects to file. Later on they need to be restored. What makes it problematic is that `RainbowFish` data structure is versioned and evolves over time. New version of `RainbowFish` needs to be able to restore old versions as well.
Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB