akkadotnet/Hyperion

Support System.Uri

AndreSteenbergen opened this issue · 2 comments

Complex objects can't be serialized if System.Uri is part of the properties. Can't convert string into Uri exception occurs while deserializing.

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?

It's actually the same issue, duplicate