Can you set ReferenceLoopHandling to ignore with NEST elasticsearch client? -
i integrating elasticsearch 1 of our websites. when migrating products getting error alot.
self referencing loop detected type 'mytype' i have read it, , can set property referenceloophandling of jsonserializersettings referenceloophandling.ignore. there way nest?
//cheers
nest opens serializersettings uses using
client.modifyjsonserializationsettings(s=> { //do jsonserializersettings s here want }); this allows register custom converters , like.
Comments
Post a Comment