SaladLab / Json.Net.Unity3D

Forked Newtonsoft.Json to support Unity3D
MIT License
918 stars 169 forks source link

Constructor on type System.ComponentModel.ReferenceConverter not found. #26

Closed bunkerbilly closed 6 years ago

bunkerbilly commented 6 years ago

Xamarin IOS 9.3

Hi,

When i run JsonConvert.DeserializeObject<[Customer Class]> i get the Exception

Constructor on type 'System.ComponentModel.ReferenceConverter' not found.

Any ideas on what i can do to solve this?