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 f6b44e7 commit 8a5ec2bCopy full SHA for 8a5ec2b
README.md
@@ -30,4 +30,5 @@ Many projects make use of exotic settings within their serializers. So it's impo
30
The Interface provides two simple methods:
31
```csharp
32
TModelType DeserializeObject<TModelType>(string serializedObject);
33
-TModelType DeserializeObject<TModelType>(string serializedObject);```
+TModelType DeserializeObject<TModelType>(string serializedObject);
34
+```
0 commit comments