We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b2734c commit 0228c6cCopy full SHA for 0228c6c
README.md
@@ -7,8 +7,8 @@
7
## About
8
9
This library will allow you to save a snapshot of your PHP object in various formats like XML or JSON (encoding).
10
-When your project has been setup properly you can reuse this by decoding the snapshot. It will return the
11
-same PHP object.
+When your project has been setup properly you can reuse the snapshot by decoding it. The decoding process will return
+the same PHP object you started with.
12
13
This library is useful for you if you want to quickly find a way to save a state of your PHP object. Think about a
14
configurator that allows you to customize a certain product in various ways for example.
0 commit comments