File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -11,26 +11,22 @@ This is a .NET library for working with the [PHP serialization format](https://e
1111
1212Usage is rather simple:
1313
14+ [ Serializing] ( ./docs/Usage/Usage/Serializing.md )
1415``` c#
1516using PhpSerializerNET ;
1617
1718string serializedData = PhpSerialization .Serialize (myObject );
1819```
1920
20- and
21+ and [ Deserializing ] ( ./docs/Usage/Usage/Deserializing.md )
2122
2223``` c#
2324using PhpSerializerNET ;
2425
2526object myObject = PhpSerialization .Deserialize (serializedData );
2627```
2728
28- [ Detailed documentation can be found here] ( ./docs/README.md ) - Work in Progress.
29-
30-
31- ## TODOs for 1.0
32-
33- See https://github.com/StringEpsilon/PhpSerializerNET/milestone/1
29+ [ Detailed documentation can be found here] ( ./docs/README.md ) .
3430
3531## Why?
3632
You can’t perform that action at this time.
0 commit comments