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