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 f69b2a0 commit bd270dbCopy full SHA for bd270db
README.md
@@ -11,14 +11,14 @@ This is a .NET library for working with the [PHP serialization format](https://e
11
12
Usage is rather simple:
13
14
-[Serializing](./docs/Usage/Usage/Serializing.md)
+[Serializing](./docs/Usage/Serializing.md)
15
```c#
16
using PhpSerializerNET;
17
18
string serializedData = PhpSerialization.Serialize(myObject);
19
```
20
21
-and [Deserializing](./docs/Usage/Usage/Deserializing.md)
+and [Deserializing](./docs/Usage/Deserializing.md)
22
23
24
0 commit comments