mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-16 14:59:21 +00:00
#107 Tolerant Reader JavaDoc
This commit is contained in:
+2
-2
@@ -10,8 +10,8 @@ import java.util.Map;
|
||||
|
||||
/**
|
||||
*
|
||||
* RainbowFishSerializer provides methods for reading and writing RainbowFish objects to file.
|
||||
* Tolerant Reader pattern is implemented here by serializing maps instead of RainbowFish objects.
|
||||
* RainbowFishSerializer provides methods for reading and writing {@link RainbowFish} objects to file.
|
||||
* Tolerant Reader pattern is implemented here by serializing maps instead of {@link RainbowFish} objects.
|
||||
* This way the reader does not break even though new properties are added to the schema.
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user