From 94af5ccd681e90b17a6ea344c7a6a667c4855c20 Mon Sep 17 00:00:00 2001 From: Per Lundberg Date: Mon, 18 Nov 2013 10:46:24 +0200 Subject: [PATCH] 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. --- readme.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index dca2fa672..44a1b2fe7 100644 --- a/readme.txt +++ b/readme.txt @@ -13,7 +13,10 @@ and register it with your client: var client = new RestClient(); client.JsonSerializer = new YourCustomSerializer(); -The default Json*Deserializer* should be 100% compatible. +The default Json*Deserializer* is mostly compatible, but it does not support +all features which Json.NET has (like the ability to support a custom [JsonConverter] +by decorating a certain property with an attribute). If you need these features, you +must take care of the deserialization yourself to get it working. If you run into any compatibility issues with deserialization, -please report it to http://groups.google.com/group/restsharp \ No newline at end of file +please report it to http://groups.google.com/group/restsharp