-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
The same problem as described in issue 28 ( https://github.com/johnsheehan/RestSharp/issues/28 ) exists for XML deserializer too.
string has no parameterless constructor so it can't be instantiated.
My hotfix was to identify string types in CreateAndMap and return string without using Activator.
Metadata
Metadata
Assignees
Labels
No labels