can i able to serialize the type
new Dictionary <int, List<className>> ();
I have tried with this
JsonConvert.SerializeObject(object);
But it is showing the error "self referencing loop detected for type"
can i able to serialize the type
new Dictionary <int, List<className>> ();
I have tried with this
JsonConvert.SerializeObject(object);
But it is showing the error "self referencing loop detected for type"