Support System.Uri
AndreSteenbergen opened this issue · 2 comments
AndreSteenbergen commented
Complex objects can't be serialized if System.Uri is part of the properties. Can't convert string into Uri exception occurs while deserializing.
zbynek001 commented
do you have preserveObjectReferences setting set to true?
if yes, then it could be related to #96
do you have any details of the exception?
AndreSteenbergen commented
It's actually the same issue, duplicate