Skip to content

Commit 94af5cc

Browse files
committed
Update readme.txt
This one has bugged me for a while, since the previous version is blatantly untrue. This is at least a bit better.
1 parent ccdb5d1 commit 94af5cc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ and register it with your client:
1313
var client = new RestClient();
1414
client.JsonSerializer = new YourCustomSerializer();
1515

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.
1720

1821
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

0 commit comments

Comments
 (0)