0
janraets created
I need to change the following the referenceLoopHandling on my json serialization, yet I cannot find where to change this.
Can anyone help?
GlobalConfiguration.Configuration.Formatters.JsonFormatter.SerializerSettings.Re‌ferenceLoopHandling = ReferenceLoopHandling.Serialize;
1 Answer(s)
-
0
Write this code in Initialize method of your web module.