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 ad55636 commit a07e9e8Copy full SHA for a07e9e8
README.markdown
@@ -8,6 +8,7 @@
8
9
* Supports .NET 3.5+, Silverlight 4, Windows Phone 7, Mono, MonoTouch, Mono for Android, Compact Framework 3.5
10
* Easy installation using [NuGet](http://nuget.org/packages/RestSharp) for most .NET flavors
11
+* Supports strong naming using [NuGet](http://nuget.org/packages/RestSharpSigned) for most .NET flavors
12
* Automatic XML and JSON deserialization
13
* Supports custom serialization and deserialization via ISerializer and IDeserializer
14
* Fuzzy element name matching ('product_id' in XML/JSON will match C# property named 'ProductId')
0 commit comments