File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,10 @@ and register it with your client:
13
13
var client = new RestClient();
14
14
client.JsonSerializer = new YourCustomSerializer();
15
15
16
- The default Json*Deserializer* should be 100% compatible.
16
+ The default Json*Deserializer* is mostly compatible, but it does not support
17
+ all features which Json.NET has (like the ability to support a custom [JsonConverter]
18
+ by decorating a certain property with an attribute). If you need these features, you
19
+ must take care of the deserialization yourself to get it working.
17
20
18
21
If you run into any compatibility issues with deserialization,
19
- please report it to http://groups.google.com/group/restsharp
22
+ please report it to http://groups.google.com/group/restsharp
You can’t perform that action at this time.
0 commit comments