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

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -