Commit b3c4bdaa authored by Igor Wiedler's avatar Igor Wiedler

[docs] explain the purpose of the JsonUserPersister

parent b37da111
...@@ -17,7 +17,8 @@ to services instead of creating them from within the service or ...@@ -17,7 +17,8 @@ to services instead of creating them from within the service or
relying on globals. This generally leads to code that is decoupled, relying on globals. This generally leads to code that is decoupled,
re-usable, flexible and testable. re-usable, flexible and testable.
Here is an example:: Here is an example of a class that takes a ``User`` object and stores
it as a file in JSON format::
class JsonUserPersister class JsonUserPersister
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment